[SCM] live-build branch, debian, updated. debian/3.0_a15-1-6-g201989e

Daniel Baumann daniel at debian.org
Sat Apr 23 17:30:39 UTC 2011


The following commit has been merged in the debian branch:
commit 23d03462e7ac7e7da2696a63b39ba0906e4bbbbe
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