From 956b5a704abaa3a997d3c867963bd8201a4171fe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Mar 2016 11:55:36 +0100 Subject: reproducible debian: instead of 'other', show depwait, blacklisted and not_for_us in suite_arch_stats table --- bin/reproducible_html_dashboard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 49614a93..a0951633 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -350,7 +350,7 @@ write_suite_arch_table() { local SUITE="" local ARCH="" write_page "

" - write_page "" + write_page "
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildother packages
" for SUITE in $SUITES ; do for ARCH in ${ARCHS} ; do gather_suite_arch_stats @@ -358,7 +358,7 @@ write_suite_arch_table() { if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then write_page "($PERCENT_TOTAL% tested)" fi - write_page "" + write_page "" done done write_page "
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statenot for this architectureblacklisted
$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%
$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_DEPWAIT / $PERCENT_DEPWAIT%$COUNT_NOTFORUS / $PERCENT_NOTFORUS%$COUNT_BLACKLISTED / $PERCENT_BLACKLISTED%
" -- cgit v1.2.3-54-g00ecf