diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-25 11:52:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-25 11:52:22 +0100 |
commit | df17361c38d3afe03585e66fc8bd1eed82b1d99d (patch) | |
tree | f0c18889c4231d6f50fcf2f5f300a3925dddeab8 /bin | |
parent | bc129895a87cd949e793fc88a077b07d5090b364 (diff) | |
download | jenkins.debian.net-df17361c38d3afe03585e66fc8bd1eed82b1d99d.tar.xz |
reproducible: add link to https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example
Diffstat (limited to 'bin')
-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 810bfffd..277a6a0d 100755 --- a/bin/reproducible_html_repo_stats.sh +++ b/bin/reproducible_html_repo_stats.sh @@ -20,7 +20,7 @@ write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" TMPFILE=$(mktemp) curl http://reproducible.alioth.debian.org/debian/Packages > $TMPFILE -write_page "<p>These source packages are different from sid in our apt repository on alioth. They are available for testing using these sources.lists entries:<pre>" +write_page "<p>These source packages are different from sid in our apt repository on alioth. They are available for <a href=\"https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example\">testing using these sources.lists</a> entries:<pre>" write_page "deb http://reproducible.alioth.debian.org/debian/ ./" write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./" write_page "</pre></p>" |