summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 14:23:21 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 14:23:21 +0100
commit18bf7c57a8af72725764f030722906f585d3b5e1 (patch)
treec6f7a29f5c3fa2295148999731dbfea9456bfc13 /bin/common-functions.sh
parent2809bad9aaf879c568b47fa02aa372c0e56a2924 (diff)
downloadjenkins.debian.net-18bf7c57a8af72725764f030722906f585d3b5e1.tar.xz
Revert "temp. use ftp2.de.d.o while ftp.de is down"
This reverts commit 8685feaaeada1f39ff07f0745251f9d134518b59.
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 61db1789..ddf542ce 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"