From 07a64c8e5474dae232408e64a7c2bf90bde2cb9f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 7 Aug 2015 20:49:16 +0200 Subject: reproducible: explain why sid is so broken atm --- bin/reproducible_html_dashboards.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 8db4dbb3..01687dc7 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -305,14 +305,19 @@ 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_stats write_page "" + 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 "" 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 - write_page "$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_OTHER / $PERCENT_OTHER%$FINALLY_SID_AGAIN
" # write suite graphs -- cgit v1.2.3-54-g00ecf