Bug#351522: [Pbuilder-maint] Bug#351522: pbuilder: base.tgz
contains var/cache/bootstrap/*.deb
Junichi Uekawa
dancer at netfort.gr.jp
Sun Feb 5 14:36:02 UTC 2006
Hi,
>
> Including the debs that were used to build the chroot
> environment just bloats the base.tgz.
> They could be moved to the APTCACHE and should be removed before
> creating the base.tgz archive.
>
At least that's the intention.
Which case are you seeing?
The 'create' and 'update' code reads thus:
$TRAP umountproc_cleanbuildplace exit
$CHROOTEXEC /usr/bin/apt-get clean || true
executehooks "E"
unloadhooks
umountproc
$TRAP cleanbuildplace exit
if [ ! "${INTERNAL_BUILD_UML}" = "yes" ]; then
create_basetgz
fi
if [ "${PRESERVE_BUILDPLACE}" = "yes" ]; then
trap exit
fi
(apt-get clean is called)
regards,
junichi
--
dancer@{debian.org,netfort.gr.jp} Debian Project
More information about the Pbuilder-maint
mailing list