From 85373d23d8490943c701bc98d02de67f08576c7e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Jan 2013 10:15:24 +0100 Subject: Updating mirror defaults to point to archive.debian.org. --- functions/defaults.sh | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'functions/defaults.sh') diff --git a/functions/defaults.sh b/functions/defaults.sh index 245bf205d..4b460298d 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -296,15 +296,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - case "${LH_ARCHITECTURE}" in - amd64|i386) - LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" - ;; - - *) - LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" - ;; - esac + LH_MIRROR_BOOTSTRAP="http://archive.debian.org/debian/" ;; emdebian) @@ -332,7 +324,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/" + LH_MIRROR_CHROOT_SECURITY="http://archive.debian.org/debian-security/" ;; emdebian) @@ -358,7 +350,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_BINARY="http://cdn.debian.net/debian/" + LH_MIRROR_BINARY="http://archive.debian.org/debian/" ;; emdebian) @@ -384,7 +376,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" + LH_MIRROR_BINARY_SECURITY="http://archive.debian.org/debian-security/" ;; emdebian) -- cgit v1.2.3