Skip to content
Snippets Groups Projects
Commit ef11e5cc authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Gerald Pfeifer
Browse files

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

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

From-SVN: r144352
parent f814e489
No related branches found
No related tags found
No related merge requests found
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> 2009-01-17 Richard Guenther <rguenther@suse.de>
* gcc_release (JAVA_DIRS): Remove fastjar. * gcc_release (JAVA_DIRS): Remove fastjar.
......
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
# Update the current version date in all files in the tree containing # Update the current version date in all files in the tree containing
# it. Consider all release branches except those matching the regular # it. Consider all release branches except those matching the regular
# expression in $IGNORE_BRANCHES, and also consider those branches listed # 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"} 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' 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. # Run this from /tmp.
export SVNROOT export SVNROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment