From b89f17e6b771b370422d3bc568944948fb2b3bd5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 01:59:28 +0200 Subject: Revert "reproducible: explain why sid is so broken atm" This reverts commit 07a64c8e5474dae232408e64a7c2bf90bde2cb9f. --- bin/reproducible_html_dashboards.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'bin/reproducible_html_dashboards.sh') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index a5f84054..68e71fb4 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -303,19 +303,14 @@ create_main_stats_page() { write_page_header $VIEW "Overview of various statistics about reproducible builds" # write suite table write_page "

" - write_page "" + write_page "
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildother packages 
" for SUITE in $SUITES ; do gather_suite_arch_stats write_page "" + write_page "" done write_page "
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildother packages
$SUITE$AMOUNT" if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then write_page "($PERCENT_TOTAL% tested)" fi - if [ "$SUITE" = "unstable" ] ; then - FINALLY_SID_AGAIN="Debian unstable is currently experiencing a massive transition and thus is currently quite broken, which is also shown by our current tests." - else - FINALLY_SID_AGAIN="" - fi - write_page "$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%$FINALLY_SID_AGAIN
$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%
" # write suite graphs -- cgit v1.2.3-54-g00ecf