summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_stats.sh5
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>"