[SCM] live-build branch, debian-next, updated. debian/3.0_a15-1-5-gdb62ce3
Daniel Baumann
daniel at debian.org
Sat Apr 23 16:29:47 UTC 2011
The following commit has been merged in the debian-next branch:
commit db62ce3f056cfb63b723ab1fb87f245738fd29ac
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Apr 23 18:28:11 2011 +0200
Moving installation of tasks behind package and package lists installation; the tasks should only 'fill-up' with what has not already been provided by packages or package lists.
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index b24e625..bca01d1 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -55,12 +55,12 @@ lb chroot_sources install ${*}
lb chroot_linux-image ${*}
lb chroot_preseed ${*}
lb chroot_local-preseed ${*}
-lb chroot_tasks ${*}
lb chroot_packagelists ${*}
lb chroot_local-packagelists ${*}
lb chroot_packages ${*}
lb chroot_local-packages ${*}
lb chroot_install-packages ${*}
+lb chroot_tasks ${*}
lb chroot_localization ${*}
lb chroot_local-includes ${*}
lb chroot_local-patches ${*}
--
live-build
More information about the debian-live-changes
mailing list