On Sat, 21 Feb 2009, Richard Guenther wrote:
> Huh, we do that?  Yeah, feel free to adjust
> maintainer_scripts/update_version_svn.

I'm not sure Steven is on the gccadmin account, so I went ahead and
committed the change below and also updated the script that is run
by the crontab on gcc.gnu.org itself.

Gerald

2009-02-21  Gerald Pfeifer  <ger...@pfeifer.com>

        * update_version_svn (ADD_BRANCHES): Remove autovect-branch
        and document format.

Index: update_version_svn
===================================================================
--- update_version_svn  (revision 144334)
+++ update_version_svn  (working copy)
@@ -3,11 +3,11 @@
 # Update the current version date in all files in the tree containing
 # it.  Consider all release branches except those matching the regular
 # expression in $IGNORE_BRANCHES, and also consider those branches listed
-# in $ADD_BRANCHES.
+# in the space separated list in $ADD_BRANCHES.
 
 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
 IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1)-branch'
-ADD_BRANCHES='HEAD autovect-branch'
+ADD_BRANCHES='HEAD'
 
 # Run this from /tmp.
 export SVNROOT

Reply via email to