[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: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 21 Jan 2010 20:54:35 +0100

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?

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:55:29 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.