From e0e76e2a335f1e449cad5537812b28a5bb17306b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Oct 2014 21:22:31 +0200 Subject: reproducible: include short stats in all the pages --- bin/reproducible_stats.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 83a6726b..b63401fb 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -167,8 +167,12 @@ write_summary_header() { write_summary "

$2

" if [ "$1" = "$MAINVIEW" ] ; then write_summary "

These pages are updated every three hours. Results are obtained from several build jobs running on jenkins.debian.net. Thanks to Profitbricks for donating the virtual machine it's running on!

" - write_summary "

$COUNT_TOTAL packages attempted to build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $PERCENT_GOOD% were successful, so quite wildly guessing this roughy means about $GUESS_GOOD packages should be reproducibly buildable! Join #debian-reproducible on OFTC to get support for making sure your packages build reproducibly too!

" fi + write_summary "

$COUNT_TOTAL packages attempted to build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently. Out of these, $PERCENT_GOOD% were successful, so quite wildly guessing this roughy means about $GUESS_GOOD packages should be reproducibly buildable!" + if [ "$1" = "$MAINVIEW" ] || [ "$1" = "dd-list" ] ; then + write_summary " Join #debian-reproducible on OFTC to get support for making sure your packages build reproducibly too!" + fi + write summary "

" write_summary "