summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-02-20 02:11:46 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-20 02:11:46 +0100
commit80a9319245d795d1f67102e5a6424104c61bad65 (patch)
tree80eecf35b9257373361985222c8a93ff829eaebe /bin/reproducible_html_dashboard.sh
parentee8ce6daab523aad62939ee7ee6a1e84ba7b37b4 (diff)
downloadjenkins.debian.net-80a9319245d795d1f67102e5a6424104c61bad65.tar.xz
reproducible Debian: improve formatting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 011c3d34..6e7672fb 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -441,10 +441,9 @@ create_suite_arch_stats_page() {
write_icon
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.<br />"
+ write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages had build-depends which could nott be satisfied.<br />"
fi
if [ $COUNT_SOURCELESS -gt 0 ] ; then
write_page "For "
@@ -458,7 +457,6 @@ create_suite_arch_stats_page() {
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.<br />"
- write_page "and those "
set_icon blacklisted
write_icon
write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) packages have been blacklisted on $SUITE/$ARCH.<br />"