svn commit: r251652 - head/release
Nathan Whitehorn
nwhitehorn at freebsd.org
Wed Jun 12 14:16:50 UTC 2013
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
More information about the svn-src-all
mailing list