[SCM] live-build branch, debian-next, updated. debian/3.0_a30-1-13-ged52120

Daniel Baumann daniel at debian.org
Wed Sep 7 12:48:48 UTC 2011


The following commit has been merged in the debian-next branch:
commit ed5212022c335ae6d18eefa8a40bbee2709ac34c
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 7 14:48:25 2011 +0200

    Completing the restoring of the outer chroot when building in chrooted to not taint subsequent rebuilds of the binary stage with leftovers from the initial lb_binary_rootfs (Closes: #620953).

diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 0aaf266..1649587 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -94,11 +94,13 @@ then
 	# Deconfiguring chroot
 	rm -f .stage/chroot_archives
 	lb chroot_apt remove ${*}
-	lb chroot_upstart remove ${*}
-	lb chroot_sysv-rc remove ${*}
 	lb chroot_hostname remove ${*}
 	lb chroot_resolv remove ${*}
 	lb chroot_hosts remove ${*}
+	lb chroot_upstart remove ${*}
+	lb chroot_sysv-rc remove ${*}
+	lb chroot_dpkg remove ${*}
+	lb chroot_debianchroot remove ${*}
 fi
 
 lb chroot_sysfs remove ${*}

-- 
live-build



More information about the debian-live-changes mailing list