diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 22:19:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 22:19:14 +0200 |
commit | 7b3dea89e8d2fb6ae2f61f1a0e7ea42484c01b7e (patch) | |
tree | 8cab0992c1d385a93e25d87c402aa51189ace9f1 | |
parent | d11fdbede2f3c99c31f28acfc9d7642da418dde4 (diff) | |
download | jenkins.debian.net-7b3dea89e8d2fb6ae2f61f1a0e7ea42484c01b7e.tar.xz |
reproducible: add links to PTS and BTS
-rwxr-xr-x | bin/reproducible_stats.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index e811b422..68e80cd5 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -113,6 +113,9 @@ link_packages() { MAINLINK="$JENKINS_URL/userContent/pbuilder/${PKG}_${EVERSION}.pbuilder.log" fi fi + append2navi_frame " <a href=\"https://packages.qa.debian.org/${PKG}\" target=\"main\">PTS</a> " + append2navi_frame " <a href=\"https://bugs.debian.org/src:${PKG}\" target=\"main\">BTS</a> " + finish_navi_frame write_pkg_frameset "$PKG" "$MAINLINK" write_index " <a href=\"$JENKINS_URL/userContent/rb-pkg/$PKG.html\">$PKG</a>$STAR " |