Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2007 11:21:31 +0200
From:      Andrei Kolu <antik@bsd.ee>
To:        freebsd-stable@freebsd.org
Subject:   Re: portsnap and cvsup for rebuilding world - Which one?
Message-ID:  <200703041121.31799.antik@bsd.ee>
In-Reply-To: <45EA44E7.1070907@joeholden.co.uk>
References:  <2942dae0703031923q2887c59dh85f103bff424e7b7@mail.gmail.com> <45EA44E7.1070907@joeholden.co.uk>

index | next in thread | previous in thread | raw e-mail

On Sunday 04 March 2007 06:02, Joe Holden wrote:
> frzburn wrote:
> > Hi everyone,
> > I'm a new FreeBSD user, but a veteran Linux user ;)
> > I'm using FreeBSD 6, and I was wondering while I gave a try to rebuilding
> > ``world'' how to properly synchronize my source. Here's what I mean:
> >
Create file: fastest_source.sh
-------------------------------------------------------
#/bin/sh
csup -h $(fastest_cvsup -q -c 
us,de,uk,se,no,et,ru ) /usr/share/examples/cvsup/ports-supfile
-------------------------------------------------------

Now run it:
# sh fastest_source.sh
 -=(oooooooooooooooooooooooooooooooooooooooooo)=(cvsup7.ru.freebsd.org)=-

Connected to 195.14.50.21
Updating collection ports-all/cvs
 ......

Change ports-supfile to standard-supfile if you want to update system source 
from fastest cvs server. You can run this script from cron if you want.


Andrei 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703041121.31799.antik>