[SCM] live-build branch, debian-next, updated. debian/3.0_a31-1-15-g42afd95

Daniel Baumann daniel at debian.org
Tue Sep 27 20:47:23 UTC 2011


The following commit has been merged in the debian-next branch:
commit 42afd952030c5817f3ded35efba29ffe4242a3e2
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Tue Sep 27 22:47:33 2011 +0200

    Fixing left-over uses of --packages-lists in cron scripts and examples.

diff --git a/cron/live-build-cron-images b/cron/live-build-cron-images
index 334d039..681a79b 100755
--- a/cron/live-build-cron-images
+++ b/cron/live-build-cron-images
@@ -174,7 +174,7 @@ Build ()
 
 			case "${LB_VERSION}" in
 				2.0*)
-					_PACKAGE_LISTS="--packages-lists ${FLAVOUR}"
+					_PACKAGE_LISTS="--package-lists ${FLAVOUR}"
 					;;
 
 				3.0*)
diff --git a/examples/auto/config b/examples/auto/config
index e67a471..55cef49 100755
--- a/examples/auto/config
+++ b/examples/auto/config
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 lb config noauto \
-	--packages-lists "standard" \
+	--package-lists "standard" \
 	"${@}"

-- 
live-build



More information about the debian-live-changes mailing list