* Spida (2003-07-13 15:10 +0200)
>     I want to setup a Gentoo Mirror for an install at my local
>     Linux-User-Group (They have only ISDN/64kbit Inet).
>     I did read that docs on this, and whereas the docs for setting up
>     the rsync part of the mirror are ok, information on the
>     distfiles-part isn't that complete.
>     In the docs is mentioned that the distfiles mirror will be around
>     30-40GB, but in the Forums I read something about 3-4GB.

The docs are for the official distfile mirrors. Yours is
"du -sh /usr/portage/distfiles"

>     Is there a method to choose just a specific subset of packages?
>     Like "only the highest stable version, if there is no stable, the
>     highest unstable version"?
>     Or should I do something like:
>     
>     for i in /usr/portage do
>         for j in /usr/portage/$i do
>             emerge -f $j;
>         done
>     done

It's always the highest version. If you want unstable:
'ACCEPT_KEYWORDS="~x86" emerge bliblablup'

Thorsten
-- 
 Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory)
 Content-Transfer-Warning: message contains innuendos not suited for
 children under the age of 18


--
[EMAIL PROTECTED] mailing list

Reply via email to