Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
007aeb14
Commit
007aeb14
authored
Mar 08, 2016
by
Holger Levsen
Browse files
reproducible debian: correct pkg set links per suite and drop them for experimental
parent
24ed2787
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_html_dashboard.sh
View file @
007aeb14
...
@@ -420,13 +420,14 @@ create_suite_arch_stats_page() {
...
@@ -420,13 +420,14 @@ create_suite_arch_stats_page() {
fi
fi
done
done
write_page
"</p>"
write_page
"</p>"
write_meta_pkg_graphs_links
if
[
"
$SUITE
"
!=
"experimental"
]
;
then
write_meta_pkg_graphs_links
fi
write_page_footer
write_page_footer
publish_page
$SUITE
publish_page
$SUITE
}
}
write_meta_pkg_graphs_links
()
{
write_meta_pkg_graphs_links
()
{
local
SUITE
=
unstable
# ARCH is taken from global namespace
write_page
"<p style=
\"
clear:both;
\"
><center>"
write_page
"<p style=
\"
clear:both;
\"
><center>"
for
i
in
$(
seq
1
${#
META_PKGSET
[@]
}
)
;
do
for
i
in
$(
seq
1
${#
META_PKGSET
[@]
}
)
;
do
THUMB
=
${
TABLE
[6]
}
_
${
META_PKGSET
[
$i
]
}
-thumbnail
.png
THUMB
=
${
TABLE
[6]
}
_
${
META_PKGSET
[
$i
]
}
-thumbnail
.png
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment