mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 00:11:40 +00:00
live-build/auto/config: Don't remove .pyc files any more - we don't care
*that* much about the small space gain these days, and would prefer the speed win. (LP: #1627190)
This commit is contained in:
parent
b8a465f5e2
commit
d7eecc3805
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.435) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/auto/config: Don't remove .pyc files any more - we don't care
|
||||||
|
*that* much about the small space gain these days, and would prefer the
|
||||||
|
speed win. (LP: #1627190)
|
||||||
|
|
||||||
|
-- Iain Lane <iain.lane@canonical.com> Wed, 26 Oct 2016 16:58:27 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.434) yakkety; urgency=medium
|
livecd-rootfs (2.434) yakkety; urgency=medium
|
||||||
|
|
||||||
* Update the 00-uid-gid-fix.chroot_early hook for touch to include the new
|
* Update the 00-uid-gid-fix.chroot_early hook for touch to include the new
|
||||||
|
@ -575,10 +575,8 @@ add_chroot_hook remove-openssh-server-host-keys
|
|||||||
add_chroot_hook remove-udev-persistent-rules
|
add_chroot_hook remove-udev-persistent-rules
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-server|ubuntu-cpc)
|
# if any flavours want to strip .pyc files from their live images, add them here
|
||||||
;;
|
_)
|
||||||
|
|
||||||
*)
|
|
||||||
add_chroot_hook remove-python-py
|
add_chroot_hook remove-python-py
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user