[SCM] live-build branch, debian-next, updated. debian/3.0_a57-1-9-g00ff5a1

Daniel Baumann daniel at debian.org
Tue Aug 14 21:25:01 UTC 2012


The following commit has been merged in the debian-next branch:
commit 00ff5a1745cb1f5f1b66d06e7385b64abf78ce91
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 14 23:24:52 2012 +0200

    Also setting binary mirrors for security and backports to http.debian.net.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 1d411c6..4dd2b82 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -544,7 +544,7 @@ Set_defaults ()
 	# Setting security mirror which ends up in the image
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.debian.org/}"
+			LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://http.debian.net/debian-security/}"
 			LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-${LB_MIRROR_BINARY_SECURITY}}"
 			;;
 
@@ -607,7 +607,7 @@ Set_defaults ()
 	# Setting backports mirror which ends up in the image
 	case "${LB_MODE}" in
 		debian)
-			LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+			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}}"
 			;;
 

-- 
live-build



More information about the debian-live-changes mailing list