diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 15:11:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 15:11:19 +0200 |
commit | f40af07ca4cbab2f8f393d97fcc12aed7266c1e4 (patch) | |
tree | 2f9204d2a996a749a592e19a989822ef02cd85a1 | |
parent | 2880c17bbdb5f1b5e81d6e1b5130c56b2df7ec7d (diff) | |
download | jenkins.debian.net-f40af07ca4cbab2f8f393d97fcc12aed7266c1e4.tar.xz |
reproducible: add another link
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 629f5b06..b30bfa2b 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -98,7 +98,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "</td><td style=\"text-align:right\"><font size=\"-1\"><a href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?usertag=reproducible-builds@lists.alioth.debian.org\" target=\"_parent\">bugs</a>/<a href=\"$JENKINS_URL/userContent/reproducible.html\" target=\"_parent\">stats</a> for reproducible builds</font></td></tr></table></body></html>" >> $NAVI + echo "</td><td style=\"text-align:right\"><font size=\"-1\"><a href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?usertag=reproducible-builds@lists.alioth.debian.org\" target=\"_parent\">bugs</a>/<a href=\"$JENKINS_URL/userContent/reproducible.html\" target=\"_parent\">stats</a> for <a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_parent\">reproducible builds</a></font></td></tr></table></body></html>" >> $NAVI } process_packages() { |