OSDN Git Service

* update_version_svn (ADD_BRANCHES): Remove autovect-branch
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Feb 2009 11:12:28 +0000 (11:12 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Feb 2009 11:12:28 +0000 (11:12 +0000)
and document format.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144352 138bc75d-0d04-0410-961f-82ee72b054a4

maintainer-scripts/ChangeLog
maintainer-scripts/update_version_svn

index fbf2986..fa171a8 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * update_version_svn (ADD_BRANCHES): Remove autovect-branch
+       and document format.
+
 2009-01-17  Richard Guenther  <rguenther@suse.de>
 
        * gcc_release (JAVA_DIRS): Remove fastjar.
 2009-01-17  Richard Guenther  <rguenther@suse.de>
 
        * gcc_release (JAVA_DIRS): Remove fastjar.
index 1c87f1c..5ebb066 100755 (executable)
@@ -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
 # 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'
 
 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
 
 # Run this from /tmp.
 export SVNROOT