[Qa-jenkins-scm] [jenkins.debian.net] 01/03: Revert "temp. use ftp2.de.d.o while ftp.de is down"

Holger Levsen holger at moszumanska.debian.org
Thu Mar 12 14:08:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 18bf7c57a8af72725764f030722906f585d3b5e1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 12 14:23:21 2015 +0100

    Revert "temp. use ftp2.de.d.o while ftp.de is down"
    
    This reverts commit 8685feaaeada1f39ff07f0745251f9d134518b59.
---
 bin/common-functions.sh       | 2 +-
 bin/reproducible_scheduler.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 61db178..ddf542c 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -53,7 +53,7 @@ else
 		export LC_ALL=C
 	fi
 	if [ -z "$MIRROR" ]; then
-		export MIRROR=http://ftp2.de.debian.org/debian
+		export MIRROR=http://ftp.de.debian.org/debian
 	fi
 	if [ -z "$http_proxy" ]; then
 		export http_proxy="http://localhost:3128"
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 58253c6..0a2139e 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://ftp2.de.debian.org/debian'
+    mirror = 'http://ftp.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')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list