From 2895dfa4176e7739f5c5469a526d62696dc327f2 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 13 Mar 2012 13:19:12 +0100 Subject: crontab: Remove 4.4 branch from the list of snapshots to make. * crontab: Remove 4.4 branch from the list of snapshots to make. * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch. From-SVN: r185330 --- 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 b5dbd69..262833f 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)-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)-branch' ADD_BRANCHES='HEAD' # Run this from /tmp. -- cgit v1.1