[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-8-g73b1270

Daniel Baumann daniel at debian.org
Sun Sep 19 15:39:43 UTC 2010


The following commit has been merged in the debian-next branch:
commit 73b127050d47d5d2b89dd5d0ba4785dac677fbfc
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 19 17:36:56 2010 +0200

    Also only respecting packages lists with .list suffix in binary_local-packageslists for consistency.

diff --git a/scripts/build/lb_binary_local-packageslists b/scripts/build/lb_binary_local-packageslists
index f98742a..80f3fb2 100755
--- a/scripts/build/lb_binary_local-packageslists
+++ b/scripts/build/lb_binary_local-packageslists
@@ -38,7 +38,7 @@ Check_lockfile .lock
 # Creating lock file
 Create_lockfile .lock
 
-if Find_files config/binary_local-packageslists/*
+if Find_files config/binary_local-packageslists/*.list
 then
 	# Restoring cache
 	Restore_cache cache/packages_chroot
@@ -53,7 +53,7 @@ then
 	mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
 	touch chroot/var/lib/dpkg/status
 
-	for PACKAGESLIST in config/binary_local-packageslists/*
+	for PACKAGESLIST in config/binary_local-packageslists/*.list
 	do
 		# Generate package list
 		Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"

-- 
live-build



More information about the debian-live-changes mailing list