[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: show reproducible packages last, they are boring
Holger Levsen
holger at moszumanska.debian.org
Wed May 13 11:55:48 UTC 2015
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 f777aca00ed5d6c6e7596c43999e36dd3edd6deb
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 13 13:55:31 2015 +0200
reproducible: show reproducible packages last, they are boring
---
bin/reproducible_html_graphs.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 2da3550..a4d8c10 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -447,11 +447,6 @@ create_pkg_sets_page() {
fi
write_page "<p><a href=\"/userContent/$SUITE/$ARCH/$PNG\"><img src=\"/userContent/$SUITE/$ARCH/$PNG\" alt=\"${MAINLABEL[6]}\"></a>"
write_page "<br />The package set '${META_PKGSET[$i]}' in $SUITE/$ARCH consists of: <br />"
- set_icon reproducible
- write_icon
- write_page "$COUNT_META_GOOD packages ($PERCENT_META_GOOD%) successfully built reproducibly:"
- link_packages $META_GOOD
- write_page "<br />"
set_icon unreproducible
write_icon
write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to built reproducibly:"
@@ -475,6 +470,11 @@ create_pkg_sets_page() {
link_packages $META_REST
write_page "<br />"
fi
+ set_icon reproducible
+ write_icon
+ write_page "$COUNT_META_GOOD packages ($PERCENT_META_GOOD%) successfully built reproducibly:"
+ link_packages $META_GOOD
+ write_page "<br />"
write_page "</p>"
write_page_meta_sign
fi
--
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