diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-10-10 15:10:28 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-10-10 15:10:28 +0200 |
commit | c64c7386368e4d2418d6db673be93e01383bb6d3 (patch) | |
tree | 3f3d6b4aff75accbca251d9952115059de04780c /maintainer-scripts/update_version_svn | |
parent | 0e7300bb80866e30c66f191ef174f3a8b2437cd1 (diff) | |
download | gcc-c64c7386368e4d2418d6db673be93e01383bb6d3.zip gcc-c64c7386368e4d2418d6db673be93e01383bb6d3.tar.gz gcc-c64c7386368e4d2418d6db673be93e01383bb6d3.tar.bz2 |
update_version_svn: Ignore the GCC 5 branch.
* update_version_svn: Ignore the GCC 5 branch.
* crontab: Remove entry for the GCC 5 branch.
From-SVN: r253583
Diffstat (limited to 'maintainer-scripts/update_version_svn')
-rwxr-xr-x | maintainer-scripts/update_version_svn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 7fa2ecb..e83757c 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|4_9)-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|5)-branch' ADD_BRANCHES='HEAD' # Run this from /tmp. |