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
This commit is contained in:
Gabriel Dos Reis 2006-03-11 19:29:41 +00:00 committed by Gabriel Dos Reis
parent 9fb798d76c
commit 920d7bf632
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
* crontab: Don't build snapshot for 3.4.x anymore.
* update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
2006-01-12 Ben Elliston <bje@au.ibm.com>
* update_version_svn (ADD_BRANCHES): Remove dfp-branch.

View File

@ -1,7 +1,6 @@
16 0 * * * sh /home/gccadmin/scripts/update_version_svn
50 0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:branches/gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:branches/gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.1:branches/gcc-4_1-branch -l -d /sourceware/snapshot-tmp/gcc all
43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.2:trunk -l -d /sourceware/snapshot-tmp/gcc all

View File

@ -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.