mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 09:51:23 +00:00
remove all .override files inside the chroot to not kill the buildd
This commit is contained in:
parent
4e89d09ba2
commit
a43bfeffcf
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user