summaryrefslogtreecommitdiffstats
path: root/hosts/codethink-sled11-arm64
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/codethink-sled11-arm64')
-rw-r--r--hosts/codethink-sled11-arm64/etc/apt/sources.list2
-rw-r--r--hosts/codethink-sled11-arm64/etc/pbuilderrc6
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/codethink-sled11-arm64/etc/apt/sources.list b/hosts/codethink-sled11-arm64/etc/apt/sources.list
index 1fb83403..047da2bb 100644
--- a/hosts/codethink-sled11-arm64/etc/apt/sources.list
+++ b/hosts/codethink-sled11-arm64/etc/apt/sources.list
@@ -54,5 +54,5 @@ deb http://ports.ubuntu.com/ubuntu-ports xenial-security multiverse
# deb-src http://ports.ubuntu.com/ubuntu-ports xenial-security multiverse
# < mapreri> best would be for the backports team to accept my backport to xenial... (currently in the mod queue)
-deb http://ftp.de.debian.org/debian/ jessie-backports main contrib non-free
+deb http://deb.debian.org/debian/ jessie-backports main contrib non-free
diff --git a/hosts/codethink-sled11-arm64/etc/pbuilderrc b/hosts/codethink-sled11-arm64/etc/pbuilderrc
index 41bed2d3..d97c552b 100644
--- a/hosts/codethink-sled11-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled11-arm64/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