[SCM] live-build branch, debian-next, updated. debian/3.0_a16-1-13-gc8a9635

Daniel Baumann daniel at debian.org
Mon May 16 20:13:00 UTC 2011


The following commit has been merged in the debian-next branch:
commit c8a96353303e188205aeaf3f475096be635105e9
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 16 22:08:22 2011 +0200

    Switching to apt as tasksel for all distributions, except Debian squeeze.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index cbdf1af..2aa677f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -214,13 +214,13 @@ Set_defaults ()
 	fi
 
 	# Setting tasksel
-	case "${LB_MODE}" in
-		ubuntu)
-			LB_TASKSEL="${LB_TASKSEL:-apt}"
+	case "${LB_DISTRIBUTION}" in
+		squeeze)
+			LB_TASKSEL="${LB_TASKSEL:-tasksel}"
 			;;
 
 		*)
-			LB_TASKSEL="${LB_TASKSEL:-tasksel}"
+			LB_TASKSEL="${LB_TASKSEL:-apt}"
 			;;
 	esac
 

-- 
live-build



More information about the debian-live-changes mailing list