[SCM] live-build branch, debian-next, updated. debian/3.0_a44-1-1-g636a416

Daniel Baumann daniel at debian.org
Mon Feb 13 20:02:07 UTC 2012


The following commit has been merged in the debian-next branch:
commit 636a416717c5834df8078d531558e3d042f9556f
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 13 21:01:28 2012 +0100

    Correcting typo in defaults for backports mirror.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 70892c5..c58ab62 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -476,7 +476,7 @@ Set_defaults ()
 	# 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_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}}"
 			;;
 
@@ -588,7 +588,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://backports.debian.org/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