From c64c7386368e4d2418d6db673be93e01383bb6d3 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 10 Oct 2017 15:10:28 +0200 Subject: 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 --- maintainer-scripts/update_version_svn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainer-scripts/update_version_svn') 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. -- cgit v1.1