update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
2011-06-27 Richard Guenther <rguenther@suse.de> * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. From-SVN: r175476
This commit is contained in:
parent
ccbf5bb4ae
commit
a034d4bcdb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-27 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
|
||||
|
||||
2011-05-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# 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|4_2)-branch'
|
||||
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3)-branch'
|
||||
ADD_BRANCHES='HEAD'
|
||||
|
||||
# Run this from /tmp.
|
||||
|
|
Loading…
Add table
Reference in a new issue