summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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()