summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-03-20 12:45:36 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:07 +0200
commitdd15ade8bbdc6360816ed858253e7aaa68e4c9c2 (patch)
tree982f0bb6ce2c203dfa112f826747eca7048ab403 /functions
parent5af1a82d7125ab903c067f3cccfe78c9a921ac91 (diff)
downloadvyos-live-build-dd15ade8bbdc6360816ed858253e7aaa68e4c9c2.tar.gz
vyos-live-build-dd15ade8bbdc6360816ed858253e7aaa68e4c9c2.zip
Dropping dedicated backports mirror handling, not needed anymore with the move of backports.d.o into ftp.d.o.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 66b9eec57..7ac98a9eb 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -456,23 +456,6 @@ Set_defaults ()
;;
esac
- # Setting backports mirror to fetch packages from
- case "${LB_MODE}" in
- debian)
- LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
- LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS:-${LB_MIRROR_CHROOT_BACKPORTS}}"
- ;;
-
- progress-linux)
- LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-${LB_MIRROR_CHROOT}}"
- ;;
-
- *)
- LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS:-none}"
- LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-none}"
- ;;
- esac
-
# Setting mirror which ends up in the image
case "${LB_MODE}" in
debian)
@@ -568,23 +551,6 @@ Set_defaults ()
;;
esac
- # Setting backports mirror which ends up in the image
- case "${LB_MODE}" in
- debian)
- LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}"
- LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_BINARY_BACKPORTS}}"
- ;;
-
- progress-linux)
- LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_BINARY}}"
- ;;
-
- *)
- LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-none}"
- LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-none}"
- ;;
- esac
-
case "${LB_MODE}" in
progress-linux)
LB_PARENT_MIRROR_DEBIAN_INSTALLER="${LB_PARENT_MIRROR_DEBIAN_INSTALLER:-${LB_MIRROR_CHROOT}}"