On Tue, 24 Dec 2024, 13:21 Jochen Sprickerhof, <jspri...@debian.org> wrote:
> Control: tags -1 + moreinfo > > Hi Richard, > > * Richard Lewis <richard.lewis.deb...@googlemail.com> [2024-12-22 20:43]: > >I make a chroot with > >mmdebstrap --variant=buildd bookworm > --include=eatmydata,debhelper,fakeroot,apt-utils > ~/.cache/sbuild/bookworm-amd64.tar \ > > http://deb.debian.org/debian --aptopt='Acquire::http { Proxy " > http://127.0.0.1:3142"; }' > > > >This has nothing in /var/lib/apt/lists > > > >If i set $apt_update=0 in .sbuild and do include not pass -U to > $autopkgtest_opts then --run-autopkgtest doesnt work, > >because no test dependencies can be downloaded: the chroot session thinks > everything is a virtual package > > > >If i add --skip=cleanup/apt/lists to mmdebstrap it all works again > > This seems to all work as expected, can you describe how you think it > should work and where the issue is? > ok if that's the intent then maybe this is just a lack of documentation. > >I tried > >sbuild-update bookworm --chroot-mode=unshare update > >it doesnt work -- it only finds schroot-based chroots and never modifies > the unshare tarball > > That should be covered in #1089105. thanks