summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 02:36:52 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 02:36:52 +0200
commit5102aee6a5c90e5faa87103595663c41253edf3f (patch)
tree9523b4044ef08c0e675818c555aa1a4da5555ebb /bin/reproducible_stats.sh
parent24ab653a5d71187eaf6fcef5ca7065dbdc335573 (diff)
downloadjenkins.debian.net-5102aee6a5c90e5faa87103595663c41253edf3f.tar.xz
reproducible: rename diffp.html to reproducible.html
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 52f72905..07f57cf0 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -78,9 +78,9 @@ fi
htmlecho "<p>$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly: <code>${GOOD}</code></p>"
htmlecho "<hr><p>Packages which failed to build reproducibly, sorted by Maintainers: and Uploaders: fields."
htmlecho "<pre>$(echo $BAD | dd-list -i) </pre></p>"
-htmlecho "<hr><p><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>"
+htmlecho "<hr><p><font size='-1'><a href=\"$JENKINS_URL/userContent/reproducible.html\">Static URL for this page.</a> Last modified: $(date)</font>"
htmlecho "</p></body></html>"
# job output
html2text index.html
-cp index.html /var/lib/jenkins/userContent/diffp.html
+cp index.html /var/lib/jenkins/userContent/reproducible.html