Imported 2.578.1

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2019-05-06 10:26:06 +00:00
parent 32609d380d
commit 353b9ba8f3
5 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.578.1) disco; urgency=medium
* Run clean_debian_chroot after minimize_manual (LP: #1826377)
-- Julian Andres Klode <juliank@ubuntu.com> Fri, 26 Apr 2019 10:34:05 +0200
livecd-rootfs (2.578) disco; urgency=medium
* Fix the sed script that Tobias had right in the first place and I

View File

@ -308,8 +308,6 @@ EOF
apt-get -y --purge autoremove"
fi
clean_debian_chroot
if [ "${PROJECT}:${SUBPROJECT:-}" = "ubuntu-base:minimized" ]; then
# Save even more size by removing apt lists (that are currently removed
# downstream anyway)
@ -427,6 +425,8 @@ EOF
echo END docdirs
/usr/share/livecd-rootfs/minimize-manual chroot
clean_debian_chroot
fi
if [ -n "${PASSES}" ]; then

View File

@ -244,8 +244,8 @@ create_chroot_pass () {
lb chroot_interactive ${*}
# Misc ubuntu cleanup and post-layer configuration
clean_debian_chroot
/usr/share/livecd-rootfs/minimize-manual chroot
clean_debian_chroot
Chroot chroot "dpkg-query -W" > chroot.packages.${pass}

View File

View File