diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-08 10:11:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-08 10:11:55 +0100 |
commit | 007aeb1437e55887eb67453836745e7a3db8735d (patch) | |
tree | a5b796dde8dc6a75803ca9e890ea74df411b8f1e /bin | |
parent | 24ed2787e3ff0083bed1264e0e1bef072623c063 (diff) | |
download | jenkins.debian.net-007aeb1437e55887eb67453836745e7a3db8735d.tar.xz |
reproducible debian: correct pkg set links per suite and drop them for experimental
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index a0951633..8488b5be 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -420,13 +420,14 @@ create_suite_arch_stats_page() { fi done write_page "</p>" - write_meta_pkg_graphs_links + if [ "$SUITE" != "experimental" ] ; then + write_meta_pkg_graphs_links + fi write_page_footer publish_page $SUITE } write_meta_pkg_graphs_links () { - local SUITE=unstable # ARCH is taken from global namespace write_page "<p style=\"clear:both;\"><center>" for i in $(seq 1 ${#META_PKGSET[@]}) ; do THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png |