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
This commit is contained in:
parent
4f44068c7b
commit
1574b5fc9e
@ -1,3 +1,8 @@
|
||||
2005-05-19 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* crontab: Don't build 3.3 branch snapshots.
|
||||
* update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
|
||||
|
||||
2005-03-15 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* README: Update.
|
||||
|
@ -1,7 +1,6 @@
|
||||
16 0 * * * sh /home/gccadmin/scripts/update_version
|
||||
50 0 * * * sh /home/gccadmin/scripts/update_web_docs
|
||||
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx
|
||||
32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user