summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-21 02:44:43 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-21 02:44:43 +0100
commit41ada00281626e56155a7e65dc09af36c31fb5ca (patch)
tree271a7ad778d77935a525f1f873a822e06bacec55 /bin/reproducible_common.py
parentce4dd8bdb8e9a427216ce9417bc12cb1c2b43825 (diff)
downloadjenkins.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/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 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()