Commit 920d7bf6 by Gabriel Dos Reis Committed by Gabriel Dos Reis

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
parent 9fb798d7
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.
......
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
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment