[SCM] live-build branch, debian, updated. debian/3.0_a42-1-25-g6c98972

Daniel Baumann daniel at debian.org
Mon Feb 6 22:26:21 UTC 2012


The following commit has been merged in the debian branch:
commit 98932c4edfcdfb7086b4cd90049158cc398c3bba
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