summaryrefslogtreecommitdiffstats
path: root/hosts/bbx15-armhf-rb
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 /hosts/bbx15-armhf-rb
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 'hosts/bbx15-armhf-rb')
-rw-r--r--hosts/bbx15-armhf-rb/etc/apt/sources.list12
-rw-r--r--hosts/bbx15-armhf-rb/etc/pbuilderrc6
2 files changed, 9 insertions, 9 deletions
diff --git a/hosts/bbx15-armhf-rb/etc/apt/sources.list b/hosts/bbx15-armhf-rb/etc/apt/sources.list
index 70669281..68cd36a7 100644
--- a/hosts/bbx15-armhf-rb/etc/apt/sources.list
+++ b/hosts/bbx15-armhf-rb/etc/apt/sources.list
@@ -1,11 +1,11 @@
-deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
-#deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
+deb http://deb.debian.org/debian/ jessie main contrib non-free
+#deb-src http://deb.debian.org/debian/ jessie main contrib non-free
-deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
-#deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
+deb http://deb.debian.org/debian/ jessie-updates main contrib non-free
+#deb-src http://deb.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free
-deb http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free
-#deb-src http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free
+deb http://deb.debian.org/debian/ jessie-backports main contrib non-free
+#deb-src http://deb.debian.org/debian/ jessie-backports main contrib non-free
diff --git a/hosts/bbx15-armhf-rb/etc/pbuilderrc b/hosts/bbx15-armhf-rb/etc/pbuilderrc
index 41bed2d3..d97c552b 100644
--- a/hosts/bbx15-armhf-rb/etc/pbuilderrc
+++ b/hosts/bbx15-armhf-rb/etc/pbuilderrc
@@ -8,12 +8,12 @@
# cater for different locations
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*)
- MIRRORSITE=http://ftp.de.debian.org/debian ;;
+ MIRRORSITE=http://deb.debian.org/debian ;;
bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*)
- MIRRORSITE=http://ftp.us.debian.org/debian ;;
+ MIRRORSITE=http://deb.debian.org/debian ;;
codethink*)
- MIRRORSITE=http://ftp.uk.debian.org/debian ;;
+ MIRRORSITE=http://deb.debian.org/debian ;;
*)
echo "unsupported host, exiting." ; exit 1 ;;
esac