diff options
-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>" |