summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repo_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 15:37:51 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 15:37:51 +0100
commit2c483adb84026e47e25f62e89a42dac8ffd30674 (patch)
treeb4121f942d27e7298e73efc2a0b4c07360d0c5bc /bin/reproducible_html_repo_stats.sh
parent942d03825dc515b9b35fcdc1490539495b5b8d67 (diff)
downloadjenkins.debian.net-2c483adb84026e47e25f62e89a42dac8ffd30674.tar.xz
reproducible: link pkgs to their reproducible_builds git repo
Diffstat (limited to 'bin/reproducible_html_repo_stats.sh')
-rwxr-xr-xbin/reproducible_html_repo_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh
index 564698c1..e1a88bc8 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -104,7 +104,7 @@ for PKG in $SOURCES ; do
#
# write output
#
- write_page "<tr><td>$PKG</td>"
+ write_page "<tr><td><a href=\"http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=pu/reproducible_builds\" target=\"_blank\">$PKG</a></td>"
write_page "<td>$CRUFT</td>"
write_page "<td>$BET</td>"
write_page "<td>$CTEST</td>"