From 41ada00281626e56155a7e65dc09af36c31fb5ca Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 21 Jan 2016 02:44:43 +0100 Subject: s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not all places yet --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index fa3ea0de..d0b4d6ad 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -35,7 +35,7 @@ EOF fi # common variables -REPRODUCIBLE_URL=https://reproducible.debian.net +REPRODUCIBLE_URL=https://tests.reproducible-builds.org REPRODUCIBLE_DOT_ORG_URL=https://reproducible-builds.org # shop trailing slash JENKINS_URL=${JENKINS_URL:0:-1} @@ -287,7 +287,7 @@ write_page_header() { write_page_intro() { write_page "

Reproducible builds 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 reproducible builds on the Debian wiki and on https://reproducible.debian.net." + write_page " There is a lot more information about reproducible builds on the Debian wiki and on https://tests.reproducible-builds.org." 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 "

" local BUILD_ENVIRONMENT=" in a Debian environment" -- cgit v1.2.3-54-g00ecf