diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 15:37:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 15:37:51 +0100 |
commit | 2c483adb84026e47e25f62e89a42dac8ffd30674 (patch) | |
tree | b4121f942d27e7298e73efc2a0b4c07360d0c5bc | |
parent | 942d03825dc515b9b35fcdc1490539495b5b8d67 (diff) | |
download | jenkins.debian.net-2c483adb84026e47e25f62e89a42dac8ffd30674.tar.xz |
reproducible: link pkgs to their reproducible_builds git repo
-rwxr-xr-x | bin/reproducible_html_repo_stats.sh | 2 |
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>" |