[SCM] live-build branch, debian, updated. debian/3.0_a54-1-21-g227ae76

Daniel Baumann daniel at debian.org
Sun Jul 29 00:06:34 UTC 2012


The following commit has been merged in the debian branch:
commit a691caa0f2738941075efe00df9af06cb10e98c1
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 28 21:57:03 2012 +0200

    Adding support for executable statements as '! $command' in package lists.

diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index 0e2d5ff..eda9cf5 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -40,6 +40,12 @@ Expand_packagelist ()
 		while read _LB_LINE
 		do
 			case "${_LB_LINE}" in
+				\!*)
+					_EXEC="$(echo ${_LB_LINE} | sed -e 's|^!||')"
+
+					chroot chroot ${_EXEC}
+					;;
+
 				\#if\ *)
 					if [ ${_LB_NESTED} -eq 1 ]
 					then

-- 
live-build



More information about the debian-live-changes mailing list