From df17361c38d3afe03585e66fc8bd1eed82b1d99d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Feb 2015 11:52:22 +0100 Subject: reproducible: add link to https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example --- bin/reproducible_html_repo_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "

These source packages are different from sid in our apt repository on alioth. They are available for testing using these sources.lists entries:

"
+write_page "

These source packages are different from sid in our apt repository on alioth. They are available for testing using these sources.lists entries:

"
 write_page "deb http://reproducible.alioth.debian.org/debian/ ./"
 write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./"
 write_page "

" -- cgit v1.2.3-54-g00ecf