summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2011-06-10 17:41:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-06-11 13:37:15 +0200
commit0633d3bc96a513b26f0728077d9dfd9fc2ee5788 (patch)
tree823f1974197f3dcbc589842ae52ffc9835913714 /functions
parent01a5160847bea129e11dda5959edd104d75fcda2 (diff)
downloadvyos-live-build-0633d3bc96a513b26f0728077d9dfd9fc2ee5788.tar.gz
vyos-live-build-0633d3bc96a513b26f0728077d9dfd9fc2ee5788.zip
Fix incorrect Ubuntu defaults for security and volatile mirrors (Closes: #630080).
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index adbe65ed8..5b0f57d25 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -381,7 +381,7 @@ Set_defaults ()
ubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
- LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+ LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
;;
*)
@@ -467,7 +467,7 @@ Set_defaults ()
ubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
- LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://archive.ubuntu.com/ubuntu/}"
+ LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
;;
*)
@@ -494,7 +494,7 @@ Set_defaults ()
ubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
- LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+ LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
;;
*)