diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-28 10:39:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-28 10:39:45 +0200 |
commit | b0b7999b8f915972a3f230266cc23fc3200569a5 (patch) | |
tree | eece6f004e1ef097c548d570b981492b9f2be3bb /bin | |
parent | 3fda1862c7a5f23780fb952ead4685ef07c432ad (diff) | |
download | jenkins.debian.net-b0b7999b8f915972a3f230266cc23fc3200569a5.tar.xz |
reproducible: improve html output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index aebdf075..07e7e03f 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -26,7 +26,8 @@ htmlecho() { rm index.html htmlecho "<html><body>" > index.html -htmlecho "<h2>Simple statistics for reproducible builds as tested on jenkins.debian.net so far</h2>" +htmlecho "<h2>Simple statistics for reproducible builds</h2>" +htmlecho "<p>Results were obtaining by <a href=\"$JENKINS_URL/view/reproducible\">several jobs running on jenkins.debian.net</a>.</p>" htmlecho "<p>$COUNT_TOTAL packages attempted to build in total.</p>" htmlecho "<p>$COUNT_GOOD packages successfully built reproducibly: <code>${GOOD}</code></p>" htmlecho "$COUNT_BAD packages failed to built reproducibly: <code>" @@ -37,7 +38,7 @@ done htmlecho "</code></p>" htmlecho htmlecho "$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>" -htmlecho "$COUNT_SOURCELESS packages doesn't exist in sid and need investigation: <code>$SOURCELESS<code></p>" +htmlecho "$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>" htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>" eht htmlecho "</ul></p></body></html>" |