summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-09-14 21:18:15 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-14 21:18:15 +0200
commit7b9ecc797687faf37fe608610bc930f08953e332 (patch)
tree9d385d10e003e287997eadc8f93f9d9e0a35212b /functions
parentb1cfba42e7262d4251d5dce4edd735416dd9a834 (diff)
downloadvyos-live-build-7b9ecc797687faf37fe608610bc930f08953e332.tar.gz
vyos-live-build-7b9ecc797687faf37fe608610bc930f08953e332.zip
Switching away from cdn.debian.net as default mirrors for progress, too unreliable outside of Europe.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 906bf2ce3..796724e90 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -342,7 +342,7 @@ Set_defaults ()
;;
progress)
- LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://cdn.debian.net/debian/}"
+ LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.progress-linux.org/progress/}"
;;
@@ -377,7 +377,7 @@ Set_defaults ()
;;
progress)
- LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://cdn.debian.net/debian-security/}"
+ LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
;;
@@ -453,7 +453,7 @@ Set_defaults ()
;;
progress)
- LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://cdn.debian.net/debian/}"
+ LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ftp.debian.org/debian/}"
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_MIRROR_CHROOT}}"
;;
@@ -490,7 +490,7 @@ Set_defaults ()
;;
progress)
- LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://cdn.debian.net/debian-security/}"
+ LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://security.debian.org/}"
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
;;