From 228d852c1f2d837b554958ab4c5cbf16eaddf726 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Jun 2017 20:08:16 +0200 Subject: replace ftp.(de|uk|us).debian.org with deb.debian.org everywhere Signed-off-by: Holger Levsen --- bin/common-functions.sh | 6 +++--- bin/reproducible_html_dd_list.py | 2 +- bin/reproducible_scheduler.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 8e638dbc..5d0c90d9 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -105,11 +105,11 @@ else if [ -z "$MIRROR" ]; then case $HOSTNAME in jenkins|jenkins-test-vm|profitbricks-build*) - export MIRROR=http://ftp.de.debian.org/debian ;; + export MIRROR=http://deb.debian.org/debian ;; bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*) - export MIRROR=http://ftp.us.debian.org/debian ;; + export MIRROR=http://deb.debian.org/debian ;; codethink*) - export MIRROR=http://ftp.uk.debian.org/debian ;; + export MIRROR=http://deb.debian.org/debian ;; spectrum) export MIRROR=none ;; *) diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py index 24d71307..c4dd9081 100755 --- a/bin/reproducible_html_dd_list.py +++ b/bin/reproducible_html_dd_list.py @@ -18,7 +18,7 @@ from reproducible_common import * arch = 'amd64' # the arch is only relevant for link targets here -mirror = 'http://ftp.de.debian.org/debian' +mirror = 'http://deb.debian.org/debian' bugs = get_bugs() 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') -- cgit v1.2.3-70-g09d2