[SCM] live-build branch, debian-next, updated. debian/3.0_a37-1-1-gcf3e1d8

Daniel Baumann daniel at debian.org
Sun Oct 16 07:01:49 UTC 2011


The following commit has been merged in the debian-next branch:
commit cf3e1d8911da42d20aabdd035afad5b2cf8f5560
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 16 09:02:09 2011 +0200

    Disable backports forcefully when building artax-backports images direcly.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4dee2dc..25d973d 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -49,11 +49,18 @@ Set_defaults ()
 	case "${LB_MODE}" in
 		progress)
 			case "${LB_DISTRIBUTION}" in
-				artax|artax-backports)
+				artax)
 					LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}"
 					LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
 					;;
 
+
+				artax-backports)
+					LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}"
+					LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
+					LB_BACKPORTS="false"
+					;;
+
 				baureo)
 					LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}"
 					LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"

-- 
live-build



More information about the debian-live-changes mailing list