[SCM] live-build branch, debian, updated. debian/3.0_a45-1-23-g982e2fb

Daniel Baumann daniel at debian.org
Thu Apr 5 08:42:10 UTC 2012


The following commit has been merged in the debian branch:
commit d4d4265357f9f4772ebf21d1b4705d01dff6304a
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 3 13:37:16 2012 +0100

    Excluding security and volatile archives for ubuntu precise for the the time being.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 15e1d6c..27b14d0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -850,7 +850,7 @@ Set_defaults ()
 
 	# Setting security updates option
 	case "${LB_DISTRIBUTION}" in
-		wheezy|sid|baureo)
+		wheezy|sid|precise)
 			LB_SECURITY="${LB_SECURITY:-false}"
 			;;
 
@@ -861,7 +861,7 @@ Set_defaults ()
 
 	# Setting volatile updates option
 	case "${LB_DISTRIBUTION}" in
-		wheezy|sid|baureo)
+		wheezy|sid|precise)
 			LB_VOLATILE="${LB_VOLATILE:-false}"
 			;;
 

-- 
live-build



More information about the debian-live-changes mailing list