aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version_svn
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-04-12 17:07:38 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2013-04-12 17:07:38 +0200
commit0ea62378675fd1051cb45fbebf0df6ee69423128 (patch)
tree5bbdb500b1161f9821db8a0f5f848f59fc8a99fd /maintainer-scripts/update_version_svn
parent96486998bca8f0d28e2b2dad664dfef10253ef4b (diff)
downloadgcc-0ea62378675fd1051cb45fbebf0df6ee69423128.zip
gcc-0ea62378675fd1051cb45fbebf0df6ee69423128.tar.gz
gcc-0ea62378675fd1051cb45fbebf0df6ee69423128.tar.bz2
crontab: Disable snapshots from gcc-4_6-branch.
* crontab: Disable snapshots from gcc-4_6-branch. * update_version_svn: Ignore gcc-4_6-branch. From-SVN: r197924
Diffstat (limited to 'maintainer-scripts/update_version_svn')
-rwxr-xr-xmaintainer-scripts/update_version_svn2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn
index 0c17142..e4a738a 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)-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)-branch'
ADD_BRANCHES='HEAD'
# Run this from /tmp.