diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 15:07:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 15:07:46 +0200 |
commit | 2880c17bbdb5f1b5e81d6e1b5130c56b2df7ec7d (patch) | |
tree | 3e32d593cdbfdca20826d3a4f754e617912fd4f0 | |
parent | 0d880a04b5e012e441831869fce6382b3514fee7 (diff) | |
download | jenkins.debian.net-2880c17bbdb5f1b5e81d6e1b5130c56b2df7ec7d.tar.xz |
reproducible: add link to reproducible bugs
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -110,6 +110,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian *** killer job is run before setup *** scheduler and builder jobs are started after +* generate views for (all?/last 24h?) FTBR packages with|without .buildinfo files? * for PKG in $(cat packages.yml | ../shyaml/shyaml keys) ; do echo " $PKG" ; for ATTRIBUTE in version issues bugs comments ; do echo " $ATTRIBUTE = $(cat packages.yml | ../shyaml/shyaml get-value ${PKG}.${ATTRIBUTE} | xargs echo )" ; done ; done * watch: zephyr (debbindiff timeout?) * watch: haskell-hsql-odbc diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index c07d8947..629f5b06 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\"><a href=\"$JENKINS_URL/userContent/reproducible.html\" target=\"_parent\">stats for reproducible builds</a></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 reproducible builds</font></td></tr></table></body></html>" >> $NAVI } process_packages() { |