summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-02-20 02:07:07 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-20 02:07:07 +0100
commitee8ce6daab523aad62939ee7ee6a1e84ba7b37b4 (patch)
treee22c337ace42c12ee3696aabbf9f42c71eaa839d /bin/reproducible_html_dashboard.sh
parentdc6a0a37e1067005a9784ba00ba024a1afa13f1b (diff)
downloadjenkins.debian.net-ee8ce6daab523aad62939ee7ee6a1e84ba7b37b4.tar.xz
reproducible Debian: almost turn suite/arch pages into a table
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh17
1 files changed, 8 insertions, 9 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 329f4f01..011c3d34 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -433,37 +433,36 @@ create_suite_arch_stats_page() {
write_page "<p>"
set_icon reproducible
write_icon
- write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly in $SUITE/$ARCH."
+ write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly in $SUITE/$ARCH.<br />"
set_icon unreproducible
write_icon
- write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to build reproducibly."
+ write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to build reproducibly.<br />"
set_icon FTBFS
write_icon
- write_page "$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source.</p>"
- write_page "<p>"
+ write_page "$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source.<br /></p>"
if [ $COUNT_DEPWAIT -gt 0 ] ; then
write_page "For "
set_icon depwait
write_icon
- write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages the build-depends cannot be satisfied."
+ write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages the build-depends cannot be satisfied.<br />"
fi
if [ $COUNT_SOURCELESS -gt 0 ] ; then
write_page "For "
set_icon 404
write_icon
- write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) source packages could not be downloaded,"
+ write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) source packages could not be downloaded.<br />"
fi
set_icon not_for_us
write_icon
if [ "$ARCH" = "armhf" ] || [ "$ARCH" = "arm64" ]; then
ARMSPECIALARCH=" 'any-arm',"
fi
- write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here"
+ write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here.<br />"
write_page "and those "
set_icon blacklisted
write_icon
- write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) blacklisted packages neither.</p>"
- write_page "<p>"
+ write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) packages have been blacklisted on $SUITE/$ARCH.<br />"
+ write_page "</p><p>"
write_page " <a href=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" alt=\"${MAINLABEL[0]}\"></a>"
for i in 0 2 ; do
# recreate png once a day