summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-28 15:14:17 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-28 15:14:17 +0200
commitabe5683ebd4e172fde935838770c4558096b7030 (patch)
tree2370063187c4bfc526fbbabdc459a4191cd8aeab /bin/reproducible_stats.sh
parentc8f08b2acb1c491f11cd963803da55e7284cbf7f (diff)
downloadjenkins.debian.net-abe5683ebd4e172fde935838770c4558096b7030.tar.xz
reproducible: include dd-list of unreproducible packages in stats output.
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 3617e5e5..204f3454 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -47,6 +47,8 @@ htmlecho
htmlecho "<p>$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>"
htmlecho "<p>$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>"
htmlecho "<p>$COUNT_GOOD packages ($PERCENT_GOOD% of $COUNT_TOTAL) successfully built reproducibly: <code>${GOOD}</code></p>"
+htmlecho "<hr><p>Packages which fail to build reproducibly, sorted by Maintainers: and Uploaders: fields."
+htmlecho "<pre>$(echo $BAD | dd-list -i) </pre></p>"
htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>"
htmlecho "</p></body></html>"