[SCM] live-build branch, debian-next, updated. debian/3.0_a42-1-7-gcdfc571

Daniel Baumann daniel at debian.org
Sun Jan 22 21:58:14 UTC 2012


The following commit has been merged in the debian-next branch:
commit cdfc57158565214c2da6cc2c7d7f3e4d51060459
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Jan 22 22:57:45 2012 +0100

    Correcting typo in security chroot mirror variable assembling.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index d73b862..97fc601 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -394,12 +394,12 @@ Set_defaults ()
 	case "${LB_MODE}" in
 		debian)
 			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
-			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_SECURITY}}"
+			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT_SECURITY}}"
 			;;
 
 		emdebian)
 			LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-none}"
-			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_SECURITY}}"
+			LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT_SECURITY}}"
 			;;
 
 		progress)

-- 
live-build



More information about the debian-live-changes mailing list