From owner-svn-src-all@FreeBSD.ORG Wed Jun 12 14:16:49 2013 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E51EBB1F; Wed, 12 Jun 2013 14:16:49 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtpauth3.wiscmail.wisc.edu (wmauth3.doit.wisc.edu [144.92.197.226]) by mx1.freebsd.org (Postfix) with ESMTP id BE9E61F22; Wed, 12 Jun 2013 14:16:49 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MOA00200A397Y00@smtpauth3.wiscmail.wisc.edu>; Wed, 12 Jun 2013 09:16:49 -0500 (CDT) X-Spam-PmxInfo: Server=avs-3, Version=6.0.2.2308539, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.6.12.140919, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-84.dsl.mdsnwi.sbcglobal.net [76.208.69.84]) by smtpauth3.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MOA00MVZABZOJ00@smtpauth3.wiscmail.wisc.edu>; Wed, 12 Jun 2013 09:16:48 -0500 (CDT) Message-id: <51B882CF.7070403@freebsd.org> Date: Wed, 12 Jun 2013 09:16:47 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130410 Thunderbird/17.0.5 To: Glen Barber Subject: Re: svn commit: r251652 - head/release References: <201306121315.r5CDFS7r001048@svn.freebsd.org> <20130612.230800.1862462548384264440.hrs@allbsd.org> <20130612141204.GG1558@glenbarber.us> In-reply-to: <20130612141204.GG1558@glenbarber.us> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Hiroki Sato , src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 14:16:50 -0000 On 06/12/13 09:12, Glen Barber wrote: > On Wed, Jun 12, 2013 at 11:08:00PM +0900, Hiroki Sato wrote: >> gj> Author: gjb >> gj> Date: Wed Jun 12 13:15:28 2013 >> gj> New Revision: 251652 >> gj> URL: http://svnweb.freebsd.org/changeset/base/251652 >> gj> >> gj> Log: >> gj> Add new script to run release builds. The script is heavily based upon >> gj> the release/generate-release.sh script by nwhitehorn. >> gj> >> gj> This script can use optional configuration file to override defaults, >> gj> making running multiple serialzied builds with different specific >> gj> configurations or architecture-specific tunings quite easy. >> gj> >> gj> Sample overrideable options are included in the release.conf.sample >> gj> file. >> gj> >> gj> Approved by: kib (mentor) >> gj> MFC After: 2 weeks >> gj> X-MFC-To: stable/9 only >> >> Are you planning to replace generate-release.sh with this or keep the >> two scripts? >> > The plan is to eventually replace the generate-release.sh script. > > Glen > As I mentioned in a private email to Glen, it might be reasonable just to replace it now. generate-release.sh exists solely for the convenience of re@ (the main tool is just make release) and so we should just have whichever tools re@ finds more convenient. I suspect it is the new script. -Nathan