[Bug 1826377] Re: images shipping /var/cache/apt/*.bin
Julian Andres Klode
julian.klode at canonical.com
Fri May 3 09:15:08 UTC 2019
Test script:
echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main" >> /etc/apt/sources.list
apt update
apt install livecd-rootfs -y
cd /usr/share/livecd-rootfs
SUITE=$(lsb_release -cs) PROJECT=base ARCH=amd64 MIRROR=http://archive.ubuntu.com/ubuntu/ ./live-build/auto/config
SUITE=$(lsb_release -cs) PROJECT=base ARCH=amd64 MIRROR=http://archive.ubuntu.com/ubuntu/ ./live-build/auto/build
Disco-proposed looks fine - 2.578.1:
# ls chroot/var/cache/apt
archives
cosmic-proposed - 2.542.2 is OK as well:
# ls chroot/var/cache/apt/
archives
bionic does not build for some reason, failing with
mknod: /usr/share/livecd-rootfs/chroot/test-dev-null: Operation not permitted
but the change is the same, so it's highly unlikely to be different.
** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic verification-needed-disco
** Tags added: verification-done verification-done-bionic verification-done-cosmic verification-done-disco
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1826377
Title:
images shipping /var/cache/apt/*.bin
Status in livecd-rootfs package in Ubuntu:
Fix Released
Status in livecd-rootfs source package in Bionic:
Fix Committed
Status in livecd-rootfs source package in Cosmic:
Fix Committed
Status in livecd-rootfs source package in Disco:
Fix Committed
Status in livecd-rootfs source package in Eoan:
Fix Released
Bug description:
[Impact]
Images include /var/cache/apt/*.bin because minimize-manual runs very close to the end, after the cleanup of those files is done
[Test case]
Ensure /var/cache/apt/*.bin does not exist
[Regression potential]
If this patch causes a regression, it would be a build failure; since it only turns off caching, there can't really be any kind of silent regressions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1826377/+subscriptions
More information about the foundations-bugs
mailing list