mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Merge lp:~laney/livecd-rootfs/lp1627190 - don't purge .pyc files any more
This commit is contained in:
commit
4a2d7ecf31
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.437) 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> Fri, 04 Nov 2016 11:00:58 +0000
|
||||
|
||||
livecd-rootfs (2.436) zesty; urgency=medium
|
||||
|
||||
[ Robert C Jennings ]
|
||||
|
@ -575,10 +575,8 @@ add_chroot_hook remove-openssh-server-host-keys
|
||||
add_chroot_hook remove-udev-persistent-rules
|
||||
|
||||
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
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user