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.py | 2 +- bin/reproducible_common.sh | 4 ++-- bin/reproducible_html_breakages.py | 2 +- bin/reproducible_html_packages.py | 10 ++++++++-- 4 files changed, 12 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index f39e0a91..6fe77579 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -68,7 +68,7 @@ RBUILD_PATH = BASE + RBUILD_URI HISTORY_PATH = BASE + HISTORY_URI BUILDINFO_PATH = BASE + BUILDINFO_URI -REPRODUCIBLE_URL = 'https://reproducible.debian.net' +REPRODUCIBLE_URL = 'https://tests.reproducible-builds.org' JENKINS_URL = 'https://jenkins.debian.net' parser = argparse.ArgumentParser() 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" diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 12c9de3d..8b653b23 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -325,7 +325,7 @@ if __name__ == '__main__': else: html += '

COOL!!! Everything is GOOD and not a single issue was ' html += 'detected. Enjoy!

' - title = 'Breakage on reproducible.debian.net' + title = 'Breakage on the Debian pages of tests.reproducible-builds.org' destfile = BASE + '/index_breakages.html' desturl = REPRODUCIBLE_URL + '/index_breakages.html' write_html_page(title, html, destfile, style_note=True) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 95d7e499..151fcd91 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -46,10 +46,16 @@ ${suites_links} -- cgit v1.2.3-70-g09d2