diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 02:36:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 02:36:52 +0200 |
commit | 5102aee6a5c90e5faa87103595663c41253edf3f (patch) | |
tree | 9523b4044ef08c0e675818c555aa1a4da5555ebb | |
parent | 24ab653a5d71187eaf6fcef5ca7065dbdc335573 (diff) | |
download | jenkins.debian.net-5102aee6a5c90e5faa87103595663c41253edf3f.tar.xz |
reproducible: rename diffp.html to reproducible.html
-rwxr-xr-x | bin/reproducible_stats.sh | 4 |
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 |