From: Richard Biener Date: Tue, 26 Jul 2016 12:30:18 +0000 (+0000) Subject: update_version_svn: Ignore the GCC 4.9 branch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4f820552a06d38c06d1b9d9806052accad88b54;p=gcc.git update_version_svn: Ignore the GCC 4.9 branch. 2016-07-26 Richard Biener * update_version_svn: Ignore the GCC 4.9 branch. From-SVN: r238753 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 775b27c8f0e..abe32058cc7 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2016-07-26 Richard Biener + + * update_version_svn: Ignore the GCC 4.9 branch. + 2016-07-26 Richard Biener * crontab: Remove entry for the GCC 4.9 branch. diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index b2554f605e5..7fa2ecb3f67 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|4_3|4_4|4_5|4_6|4_7|4_8)-branch' +IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6|4_7|4_8|4_9)-branch' ADD_BRANCHES='HEAD' # Run this from /tmp.