From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 20:17:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C926316A4CE for ; Mon, 28 Jun 2004 20:17:45 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5945743D39 for ; Mon, 28 Jun 2004 20:17:45 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id CF38B3081; Mon, 28 Jun 2004 22:18:10 +0200 (MEST) Message-ID: <40E0FBB0.4010905@broadpark.no> Date: Mon, 28 Jun 2004 22:18:40 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: Lefteris Tsintjelis References: <40E07571.EBC3290E@ene.asda.gr> In-Reply-To: <40E07571.EBC3290E@ene.asda.gr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: How do I create a freebsd local distribution point? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 20:17:45 -0000 Lefteris Tsintjelis wrote: >Hi, > >I want to create an internal central FreeBSD distribution point for kernel >sources and ports. In the long term, I would also like to precompile and >distribute packages and sources. Is there any good starting point that >explains all this? > >Please CC > >TIA > > Greetings!! You would want to look into cvsup, and use it to pull the entire source repository down to your distribution machine, and let cvsup on the other machines connect to it for updating their individual source trees. Check out the handbook for starters, and dig deeper from there. I'm sure there are other ways of doing this, but this seems to me the easiest. -Henrik W Lund