aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-05-19 01:33:47 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2005-05-19 01:33:47 +0100
commit1574b5fc9e3530ecdc55eec1b0ff095160bf226e (patch)
tree76bac038fe74961047ec1521944ad0e985bc87d2 /maintainer-scripts/update_version
parent4f44068c7b6b177e34af9d409355a2446410c699 (diff)
downloadgcc-1574b5fc9e3530ecdc55eec1b0ff095160bf226e.zip
gcc-1574b5fc9e3530ecdc55eec1b0ff095160bf226e.tar.gz
gcc-1574b5fc9e3530ecdc55eec1b0ff095160bf226e.tar.bz2
crontab: Don't build 3.3 branch snapshots.
* crontab: Don't build 3.3 branch snapshots. * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch. From-SVN: r99941
Diffstat (limited to 'maintainer-scripts/update_version')
-rwxr-xr-xmaintainer-scripts/update_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index 47109bd..256ddaa 100755
--- a/maintainer-scripts/update_version
+++ b/maintainer-scripts/update_version
@@ -6,7 +6,7 @@
# in $ADD_BRANCHES.
CVSROOT=${CVSROOT:-/cvs/gcc}
-IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
+IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch'
ADD_BRANCHES='HEAD autovect-branch'
# Run this from /tmp.