From owner-freebsd-arch@FreeBSD.ORG Mon Sep 10 22:49:39 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCB0F1065673 for ; Mon, 10 Sep 2012 22:49:39 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 213C68FC0A for ; Mon, 10 Sep 2012 22:49:38 +0000 (UTC) Received: (qmail invoked by alias); 10 Sep 2012 22:49:37 -0000 Received: from p578be941.dip0.t-ipconnect.de (EHLO [192.168.0.100]) [87.139.233.65] by mail.gmx.net (mp024) with SMTP; 11 Sep 2012 00:49:37 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX1+cjGh9FAWcfENnPWvFunV/LCglQoxQ8xFr2eP+Om Sw8gY+kQeIR7mn Message-ID: <504E6E7F.3020007@gmx.de> Date: Tue, 11 Sep 2012 00:49:35 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: arch@freebsd.org References: <20120908234659.GA10489@server.rulingia.com> <504BD9B5.20001@shatow.net> <504BE020.1070300@FreeBSD.org> <504BE12A.50907@shatow.net> <9A528A3C-40F1-4599-ACAB-EF306033A4F2@bsdimp.com> <86pq5vtj42.fsf@ds4.des.no> <695302366.20120910130736@serebryakov.spb.ru> <504E3B58.5080404@FreeBSD.org> <9710350203.20120911004417@serebryakov.spb.ru> <86vcflsi6d.fsf@ds4.des.no> In-Reply-To: <86vcflsi6d.fsf@ds4.des.no> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= , Doug Barton , Lev Serebryakov Subject: Re: Removing CVS from HEAD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 22:49:39 -0000 On 2012-09-10 23:04, Dag-Erling Smørgrav wrote: > Lev Serebryakov writes: >> portsnap... Is it simple (installation of one port) to install local >> portsnap mirror to have same ports collection on all servers in >> network? > > There is no port for the server, but there is a script you can use to > set up a local mirror of the official servers: > It's far more easy. Use one machine as master, only on this machine you will use the command portsnap fetch. Rsync (or whatever preferred) the directory /var/db/portsnap to all machines where you want to have the portstree available, on this slaves use only the commands portsnap extract/update. Doing this now on a couple of machines over a view years without any issues. But since I'm using more and more pkg together with a central build machine the portstree is on most of my machines useless. I don't know what Dough means with portsnap is slower, on machines with not so many cpu power portsnap was for me always faster then svn update against a local svn ports mirror. Maybe he means updates are not at the same time available a port was committed? -- Regards, olli