From owner-freebsd-stable@FreeBSD.ORG Sun Mar 4 09:21:42 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6CBA16A402 for ; Sun, 4 Mar 2007 09:21:42 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.freebsd.org (Postfix) with ESMTP id 7420F13C4AC for ; Sun, 4 Mar 2007 09:21:42 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc109.host50.starman.ee ([62.65.242.109] helo=[192.168.2.100]) by a5.virtuaal.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HNmuG-0005Ip-9R for freebsd-stable@freebsd.org; Sun, 04 Mar 2007 11:21:29 +0200 From: Andrei Kolu To: freebsd-stable@freebsd.org Date: Sun, 4 Mar 2007 11:21:31 +0200 User-Agent: KMail/1.9.5 References: <2942dae0703031923q2887c59dh85f103bff424e7b7@mail.gmail.com> <45EA44E7.1070907@joeholden.co.uk> In-Reply-To: <45EA44E7.1070907@joeholden.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703041121.31799.antik@bsd.ee> X-Virtuaalcom-MailScanner-Information: Please contact the ISP for more information X-Virtuaalcom-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Virtuaalcom-MailScanner-SpamCheck: X-Virtuaalcom-MailScanner-From: antik@bsd.ee X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: portsnap and cvsup for rebuilding world - Which one? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 09:21:42 -0000 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