From 359ff7193966eca2bf399ab5e1c41d949e3960bf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 6 Oct 2014 17:22:19 +0200 Subject: reproducible stats: add link to main wiki page. and to jenkins about page too. --- bin/reproducible_stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index c8cb9898..e7137366 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -128,7 +128,7 @@ write_index "" write_index "

Statistics for reproducible builds

" write_index "

This page is 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_index "

$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!

" +write_index "

$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!

" write_index "

$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: " EXTRA_STAR=true link_packages $BAD @@ -153,7 +153,7 @@ link_packages $GOOD write_index "

" write_index "

Packages which failed to build reproducibly, sorted by Maintainers: and Uploaders: fields

" write_index "

$(echo $BAD | dd-list -i) 

" -write_index "

Static URL for this page. Last modified: $(date). Copyright 2014 Holger Levsen, GPL-2 licensed." +write_index "


Static URL for this page. Last modified: $(date). Copyright 2014 Holger Levsen, GPL-2 licensed. About jenkins.debian.net" write_index "

" echo -- cgit v1.2.3-54-g00ecf