diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-21 02:44:43 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-21 02:44:43 +0100 |
commit | 41ada00281626e56155a7e65dc09af36c31fb5ca (patch) | |
tree | 271a7ad778d77935a525f1f873a822e06bacec55 /bin | |
parent | ce4dd8bdb8e9a427216ce9417bc12cb1c2b43825 (diff) | |
download | jenkins.debian.net-41ada00281626e56155a7e65dc09af36c31fb5ca.tar.xz |
s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not all places yet
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 4 | ||||
-rwxr-xr-x | bin/reproducible_html_breakages.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_html_packages.py | 10 |
4 files changed, 12 insertions, 6 deletions
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 " <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://reproducible.debian.net\">https://reproducible.debian.net</a>." + 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 " </p>" 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 += '<p><b>COOL!!!</b> Everything is GOOD and not a single issue was ' html += 'detected. <i>Enjoy!</i></p>' - 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} <ul class="reproducible-links"> Reproducible Builds projects links <li> - reproducible.debian.net - <a href="%s">Dashboard</a><br /> + tests.reproducible-builds.org - <a href="%s">Debian Dashboard</a><br /> Reproducible Debian - <a href="https://wiki.debian.org/ReproducibleBuilds">Wiki</a><br /> Reproducible-builds.org - <a href="https://Reproducible-builds.org/docs/">HowTo</a><br /> - <a href="https://Reproducible-builds.org">Reproducible-builds.org</a> + <a href="https://Reproducible-builds.org">Reproducible-builds.org</a><br /> + Reproducible <a href="https://tests.reproducible-builds.org/archlinux/">Archlinux</a> / + <a href="https://tests.reproducible-builds.org/coreboot/">coreboot</a> / + <a href="https://tests.reproducible-builds.org/fedora/">Fedora</a> / + <a href="https://tests.reproducible-builds.org/freebsd/">FreeBSD</a> / + <a href="https://tests.reproducible-builds.org/netbsd/">NetBSD</a> / + <a href="https://tests.reproducible-builds.org/openwrt/">OpenWrt</a> </li> </ul> </header> |