From: Richard Guenther Date: Mon, 27 Jun 2011 11:05:50 +0000 (+0000) Subject: update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a034d4bcdbb6c4023f6048390a73eef594ee7739;p=gcc.git update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. 2011-06-27 Richard Guenther * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. From-SVN: r175476 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 35879c5fcfa..b0c363860e2 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-06-27 Richard Guenther + + * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. + 2011-05-22 Joseph Myers * gcc_release (adjust_dirs, maybe_build_tarfile): Remove. diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 20fd2b194ae..b5dbd6968b9 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -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.