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
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to