From owner-cvs-src@FreeBSD.ORG Sat Aug 20 20:52:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848EE16A41F; Sat, 20 Aug 2005 20:52:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2432843D45; Sat, 20 Aug 2005 20:52:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILJ0095VGNPGKB0@l-daemon>; Sat, 20 Aug 2005 14:52:37 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILJ000QBGNPXO20@pd2mr5so.prod.shaw.ca>; Sat, 20 Aug 2005 14:52:37 -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 <0ILJ0052WGNO8R@l-daemon>; Sat, 20 Aug 2005 14:52:37 -0600 (MDT) Date: Sat, 20 Aug 2005 13:52:36 -0700 From: Colin Percival In-reply-to: <200508201437.36296.jhb@FreeBSD.org> To: John Baldwin Message-id: <43079814.8030107@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> <43059925.3090701@FreeBSD.org> <4305FD75.80501@freebsd.org> <200508201437.36296.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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 20:52:38 -0000 John Baldwin wrote: > On Friday 19 August 2005 11:40 am, Colin Percival wrote: >>When running >>FreeBSD Update builds, I'll typically have a RELEASE-pX tree checked out >>and a security patch (which is going to get committed to the tree later); >>I want to be able to build tree + patch with a label of RELEASE-p{X + 1}. > > If you used 'make release' to build your custom release (like a lot of other > folks do) you would have had all this for free. :) 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. Colin Percival