Le Mon, Jun 12, 2000 at 12:20:44PM +0100, Philip Hands �crivait:
> +    export SIZELIMIT=$(((${mblimit} - 11) * 1024 * 1024))
>         disks=`du -sm ${MIRROR}/dists/${CODENAME}/main/disks-${ARCH}/current/. | \
>                 awk '{print $1}'`
> -       make list COMPLETE=1 SIZELIMIT1=$(((630 - ${disks}) * 1024 *1024)) \
> -               SRCSIZELIMIT=$((635 * 1024 * 1024))
> +       make list COMPLETE=1 SIZELIMIT1=$(((${mblimit} - ${disks} - 27)*1024*1024))\
> +               SRCSIZELIMIT=$((${mblimit} * 1024 * 1024))

Ouch !! Unfortunately we can't do many things to improve the situation ...
one of the other voluminous directory that is not taken into account is
/install that contains many files copied from disks-*, it's particularly
true for powerpc & m68k where there's many subarches ... however this
directory is created by the scripts and so I can't guess the size that it
will take ...

Cheers,
-- 
Rapha�l Hertzog -+- http://strasbourg.linuxfr.org/~raphael/


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

Reply via email to