[SCM] live-build branch, debian, updated. debian/3.0_a29-1-9-gbd9d0f1

Daniel Baumann daniel at debian.org
Wed Aug 24 17:41:10 UTC 2011


The following commit has been merged in the debian branch:
commit febcb6bbf48b625721d6c7ca29ad7b9e1fc43c7f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Aug 13 09:08:04 2011 +0200

    Enabling volatile suite for progress itself in progress mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 0bd1b1a..de79d5c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -386,7 +386,7 @@ Set_defaults ()
 
 		progress)
 			LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}"
-			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
+			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}"
 			;;
 
 		ubuntu|kubuntu)
@@ -499,7 +499,7 @@ Set_defaults ()
 
 		progress)
 			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}"
-			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
+			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}"
 			;;
 
 		ubuntu|kubuntu)

-- 
live-build



More information about the debian-live-changes mailing list