remove all .override files inside the chroot to not kill the buildd

This commit is contained in:
Oliver Grawert 2015-03-10 16:22:24 +01:00
parent 4e89d09ba2
commit a43bfeffcf
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,9 +1,14 @@
livecd-rootfs (2.293) UNRELEASED; urgency=low
[ Michael Vogt ]
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
- remove libpython2.7 and friends as welll
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 10 Mar 2015 12:22:37 +0100
[ Oliver Grawert ]
* remove all .override files in teh build chroot, else teh buildd machines
fall over.
-- Oliver Grawert <ogra@ubuntu.com> Tue, 10 Mar 2015 16:21:36 +0100
livecd-rootfs (2.292) vivid; urgency=low

View File

@ -479,6 +479,8 @@ if [ "$PROJECT" = "ubuntu-touch" ]; then
lb chroot_devpts remove "$@"
lb chroot_sysfs remove "$@"
lb chroot_proc remove "$@"
rm -rf chroot/etc/init/*.override
fi
# LTSP chroot building (only in 32bit and for Edubuntu (DVD))