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");

Reply via email to