diff options
author | Gabriel Dos Reis <gdr@integrable-solutions.net> | 2006-03-11 19:29:41 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2006-03-11 19:29:41 +0000 |
commit | 920d7bf632582d48c340dcf91e462d79aa7dc4cf (patch) | |
tree | 6a95ae2138b06228e892d48240322ea04fcc6610 /maintainer-scripts/update_version_svn | |
parent | 9fb798d76ce4e7682e0aa1846275e8fb6f64f8cc (diff) | |
download | gcc-920d7bf632582d48c340dcf91e462d79aa7dc4cf.zip gcc-920d7bf632582d48c340dcf91e462d79aa7dc4cf.tar.gz gcc-920d7bf632582d48c340dcf91e462d79aa7dc4cf.tar.bz2 |
crontab: Don't build snapshot for 3.4.x anymore.
* crontab: Don't build snapshot for 3.4.x anymore.
* update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
From-SVN: r111968
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 d424903..6989155 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -6,7 +6,7 @@ # in $ADD_BRANCHES. SVNROOT=${SVNROOT:-"file:///svn/gcc"} -IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch' +IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4)-branch' ADD_BRANCHES='HEAD autovect-branch' # Run this from /tmp. |