summaryrefslogtreecommitdiffstats
path: root/hosts/opi2a-armhf-rb/etc/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/opi2a-armhf-rb/etc/pbuilderrc')
-rw-r--r--hosts/opi2a-armhf-rb/etc/pbuilderrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/opi2a-armhf-rb/etc/pbuilderrc b/hosts/opi2a-armhf-rb/etc/pbuilderrc
index 41bed2d3..d97c552b 100644
--- a/hosts/opi2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2a-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