summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 0a2139e7..58253c69 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -43,7 +43,7 @@ def call_apt_update(suite):
def update_sources_tables(suite):
# download the sources file for this suite
- mirror = 'http://ftp.de.debian.org/debian'
+ mirror = 'http://ftp2.de.debian.org/debian'
remotefile = mirror + '/dists/' + suite + '/main/source/Sources.gz'
log.info('Downloading sources file for ' + suite + ': ' + remotefile)
sources = gzip.decompress(urlopen(remotefile).read()).decode('utf8')