[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: correct pkg set links per suite and drop them for experimental
Holger Levsen
holger at moszumanska.debian.org
Tue Mar 8 09:12:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 007aeb1437e55887eb67453836745e7a3db8735d
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Mar 8 10:11:55 2016 +0100
reproducible debian: correct pkg set links per suite and drop them for experimental
---
bin/reproducible_html_dashboard.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index a095163..8488b5b 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list