summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-13 13:55:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-13 13:55:31 +0200
commitf777aca00ed5d6c6e7596c43999e36dd3edd6deb (patch)
tree4f29b6b2d1cbe9075e2231dd8fb2a20e7a12ea7c /bin
parente614d83b923dacc1bd9b0b717b886998cbb8d5e0 (diff)
downloadjenkins.debian.net-f777aca00ed5d6c6e7596c43999e36dd3edd6deb.tar.xz
reproducible: show reproducible packages last, they are boring
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 2da35501..a4d8c102 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