summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 20:08:16 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 20:08:16 +0200
commit228d852c1f2d837b554958ab4c5cbf16eaddf726 (patch)
treeea2fef5a4a1071c6e7280a0f47a3785b497dd9cb /bin/reproducible_scheduler.py
parent177258fe2f079e2105ceaf9462f0ad0c44c7a0b2 (diff)
downloadjenkins.debian.net-228d852c1f2d837b554958ab4c5cbf16eaddf726.tar.xz
replace ftp.(de|uk|us).debian.org with deb.debian.org everywhere
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 89b92524..39ed8071 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -232,7 +232,7 @@ class Limit:
def update_sources(suite):
# download the sources file for this suite
- mirror = 'http://ftp.de.debian.org/debian'
+ mirror = 'http://deb.debian.org/debian'
remotefile = mirror + '/dists/' + suite + '/main/source/Sources.xz'
log.info('Downloading sources file for %s: %s', suite, remotefile)
sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')