From owner-cvs-all@FreeBSD.ORG Mon Aug 22 19:34:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890FD16A41F; Mon, 22 Aug 2005 19:34:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263B043D46; Mon, 22 Aug 2005 19:34:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-qfe3.prod.shaw.ca [10.0.141.110]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILN009BR1MCX8B0@l-daemon>; Mon, 22 Aug 2005 13:18:12 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILN00AV41MCN2J0@pd2mr1so.prod.shaw.ca>; Mon, 22 Aug 2005 13:18:12 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILN00HA71MBEY@l-daemon>; Mon, 22 Aug 2005 13:18:12 -0600 (MDT) Date: Mon, 22 Aug 2005 12:18:11 -0700 From: Colin Percival In-reply-to: <200508221357.05742.jhb@FreeBSD.org> To: John Baldwin Message-id: <430A24F3.3080505@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <200508201437.36296.jhb@FreeBSD.org> <43079814.8030107@freebsd.org> <200508221357.05742.jhb@FreeBSD.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 19:34:38 -0000 John Baldwin wrote: > On Saturday 20 August 2005 04:52 pm, Colin Percival wrote: >>I'm not building a release; I'm building and installing a new world and >>kernel. For FreeBSD Update, I need the actual files which people will have >>installed on their systems, not the ISO images and FTP install tree. > > You can extract the dists to build the trees as well. I did this recently to > update ~1200 boxes over a one-way satellite link. :) This would also let you > not require that people install a fixed-set of distributions but let them > subscribe to multiple distribution sets if desired since you can recreate any > configuration by extracting the appropriate set of dists into a work area. I don't require that people install a fixed set of distributions. In older releases people can specify which "branch" of the release they want (crypto, nocrypto, krb4, krb5) because there are multiple versions of some files, but in recent releases there's only one version of each file, and FreeBSD Update just updates whatever it finds. Colin Percival