[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Updating my email address in COMMITTERS file in releases

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 21 Jan 2010 13:57:12 -0600

On Jan 21, 2010, at 1:54 PM, Stefan Sperling wrote:

> On Thu, Jan 21, 2010 at 01:44:19PM -0600, Hyrum K. Wright wrote:
>>
>> On Jan 21, 2010, at 1:42 PM, Stefan Sperling wrote:
>>
>>> On Thu, Jan 21, 2010 at 07:06:07PM +0000, Julian Foad wrote:
>>>> In light of that, do you think it would be better to ship
>>>> the current (trunk) version of that file each time we make a release?
>>>
>>> If Hyrum can do this without major hassle, +1.
>>
>> All it takes is a patch to dist.sh. I've no objections if folks want to modify that script.
>>
>> -Hyrum
>
> Like this?

That looks reasonable. Be sure to run 'svn up' first. :)

>
> Index: dist.sh
> ===================================================================
> --- dist.sh (revision 900955)
> +++ dist.sh (working copy)
> @@ -228,6 +228,10 @@
>
> rm -f "$DISTPATH/STATUS"
>
> +# Get COMMITTERS from trunk so email addresses are current.
> +${SVN:-svn} cat "http://svn.apache.org/repos/asf/subversion/trunk/COMMITTERS" \
> + > $DISTPATH/COMMITTERS
> +
> # Remove the www/ directory, and create an empty directory in it's place.
> # Export hacking.html from trunk into that directory.
> # (See http://svn.haxx.se/dev/archive-2008-02/0863.shtml for rationale.)
> --
> printf("Eh???/n");
Received on 2010-01-21 20:57:52 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.