diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-07 21:22:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-07 21:23:20 +0200 |
commit | e0e76e2a335f1e449cad5537812b28a5bb17306b (patch) | |
tree | 0bfff72053d9d1f047f015bd4d2fafc6c0649f7c /bin | |
parent | 2bd3517ab50971f997db358cb47e7147dd7838bf (diff) | |
download | jenkins.debian.net-e0e76e2a335f1e449cad5537812b28a5bb17306b.tar.xz |
reproducible: include short stats in all the pages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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 "<body><header><h2>$2</h2>" if [ "$1" = "$MAINVIEW" ] ; then write_summary "<p>These pages are updated every three hours. Results are obtained from <a href=\"$JENKINS_URL/view/reproducible\">several build jobs running on jenkins.debian.net</a>. Thanks to <a href=\"https://www.profitbricks.com\">Profitbricks</a> for donating the virtual machine it's running on!</p>" - write_summary "<p>$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 <a href=\"https://wiki.debian.org/ReproducibleBuilds\">packages should be reproducibly buildable!</a> Join <code>#debian-reproducible</code> on OFTC to get support for making sure your packages build reproducibly too!</p>" fi + write_summary "<p>$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 <a href=\"https://wiki.debian.org/ReproducibleBuilds\">packages should be reproducibly buildable!</a>" + if [ "$1" = "$MAINVIEW" ] || [ "$1" = "dd-list" ] ; then + write_summary " Join <code>#debian-reproducible</code> on OFTC to get support for making sure your packages build reproducibly too!" + fi + write summary "</p>" write_summary "<p><ul>Other views for these build results:" for TARGET in $ALLVIEWS dd-list; do if [ "$TARGET" = "$1" ] ; then |