summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-12 17:31:13 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-12 17:31:13 +0200
commitdff84754309a49005f1f299a01ca5730a2930a85 (patch)
tree1633114225185d53da5494dc80c1006e4a7f4ee3 /bin/reproducible_common.sh
parentf3b0ccf064949c9c4e07e7c2fabea1eb3c1ab14a (diff)
downloadjenkins.debian.net-dff84754309a49005f1f299a01ca5730a2930a85.tar.xz
reproducible intros: demphasize wiki
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 2a0094aa..447cd198 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -286,8 +286,8 @@ write_page_header() {
write_page_intro() {
write_page " <p><em>Reproducible builds</em> enable anyone to reproduce bit by bit identical binary packages from a given source, so that anyone can verify that a given binary derived from the source it was said to be derived."
- write_page " There is a lot more information about <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds on the Debian wiki</a> and on <a href=\"https://tests.reproducible-builds.org\">https://tests.reproducible-builds.org</a>."
- write_page " The wiki explains in more depth why this is useful, what common issues exist and which workarounds and solutions are known."
+ write_page " There is more information about <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds on the Debian wiki</a> and on <a href=\"https://reproducible-builds.org\">https://reproducible-builds.org</a>."
+ write_page " These pages explain in more depth why this is useful, what common issues exist and which workarounds and solutions are known."
write_page " </p>"
local BUILD_ENVIRONMENT=" in a Debian environment"
local BRANCH="master"