[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 dd853aa5d93df297f0ed03cc980749dfddfb292f
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 7 15:10:09 2011 +0200

    Renaming forgotten lb_binary_local-packagelists to lb_binary_packagelists.

diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 1649587..0598a84 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -58,7 +58,7 @@ lb binary_rootfs ${*}
 lb binary_manifest ${*}
 
 # Prepare images
-lb binary_local-packagelists ${*}
+lb binary_packagelists ${*}
 lb binary_linux-image ${*}
 lb binary_debian-installer ${*}
 lb binary_memtest ${*}
diff --git a/scripts/build/lb_binary_local-packagelists b/scripts/build/lb_binary_packagelists
similarity index 97%
rename from scripts/build/lb_binary_local-packagelists
rename to scripts/build/lb_binary_packagelists
index 27e2dae..5f2c64b 100755
--- a/scripts/build/lb_binary_local-packagelists
+++ b/scripts/build/lb_binary_packagelists
@@ -30,7 +30,7 @@ Echo_message "Begin installing local package lists..."
 Require_stagefile .stage/config .stage/bootstrap
 
 # Checking stage file
-Check_stagefile .stage/binary_local-packagelists
+Check_stagefile .stage/binary_packagelists
 
 # Checking lock file
 Check_lockfile .lock
@@ -127,5 +127,5 @@ then
 	Save_cache cache/packages_chroot
 
 	# Creating stage file
-	Create_stagefile .stage/binary_local-packagelists
+	Create_stagefile .stage/binary_packagelists
 fi

-- 
live-build



More information about the debian-live-changes mailing list