[SCM] live-build branch, debian, updated. debian/3.0_a30-1-31-g468a41f

Daniel Baumann daniel at debian.org
Wed Sep 7 15:43:11 UTC 2011


The following commit has been merged in the debian branch:
commit 0a32c8b6c06be399164fe25fe60c11c905d3df1b
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 7 16:00:52 2011 +0200

    Renaming lb_chroot_packagelists to lb_chroot_package-lists so that helper matches directory.

diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 5677a68..5711244 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -58,7 +58,7 @@ lb chroot_local-preseed ${*}
 
 for _PASS in install live
 do
-	lb chroot_packagelists ${_PASS} ${*}
+	lb chroot_package-lists ${_PASS} ${*}
 	lb chroot_install-packages ${_PASS} ${*}
 	lb chroot_task-lists ${_PASS} ${*}
 
diff --git a/scripts/build/lb_chroot_packagelists b/scripts/build/lb_chroot_package-lists
similarity index 91%
rename from scripts/build/lb_chroot_packagelists
rename to scripts/build/lb_chroot_package-lists
index 615b4d7..ff990d5 100755
--- a/scripts/build/lb_chroot_packagelists
+++ b/scripts/build/lb_chroot_package-lists
@@ -33,7 +33,7 @@ Echo_message "Begin queueing installation of package lists (${_PASS} pass)..."
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/chroot_packagelists.${_PASS}
+Check_stagefile .stage/chroot_package-lists.${_PASS}
 
 # Checking lock file
 Check_lockfile .lock
@@ -51,7 +51,7 @@ then
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_packagelists.${_PASS}
+	Create_stagefile .stage/chroot_package-lists.${_PASS}
 fi
 
 # Handling local package lists
@@ -72,5 +72,5 @@ then
 	done
 
 	# Creating stage file
-	Create_stagefile .stage/chroot_packagelists.${_PASS}
+	Create_stagefile .stage/chroot_package-lists.${_PASS}
 fi

-- 
live-build



More information about the debian-live-changes mailing list