update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
authorRichard Guenther <rguenther@suse.de>
Mon, 27 Jun 2011 11:05:50 +0000 (11:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 27 Jun 2011 11:05:50 +0000 (11:05 +0000)
2011-06-27  Richard Guenther  <rguenther@suse.de>

* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.

From-SVN: r175476

maintainer-scripts/ChangeLog
maintainer-scripts/update_version_svn

index 35879c5fcfaf750d2dcfb0a02f323bac1844c78f..b0c363860e2f8713a2472afba9e52a0dcaff22e4 100644 (file)
@@ -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.
index 20fd2b194aef7f232a7408d6cbcea218e2bfdf13..b5dbd6968b9e02299d4be31030990ddbfb9dd0a4 100755 (executable)
@@ -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.