crontab: Disable snapshots from gcc-4_5-branch.
2012-07-02 Richard Guenther <rguenther@suse.de> * crontab: Disable snapshots from gcc-4_5-branch. * update_version_svn: Ingore gcc-4_5-branch. From-SVN: r189110
This commit is contained in:
parent
6698ed0127
commit
8df2d9792c
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-07-02 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* crontab: Disable snapshots from gcc-4_5-branch.
|
||||
* update_version_svn: Ingore gcc-4_5-branch.
|
||||
|
||||
2012-03-23 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* crontab: Enable snapshots from gcc-4_7-branch.
|
||||
|
|
|
@ -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 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.5:branches/gcc-4_5-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.6:branches/gcc-4_6-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.7:branches/gcc-4_7-branch -l -d /sourceware/snapshot-tmp/gcc all
|
||||
32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.8:trunk -l -d /sourceware/snapshot-tmp/gcc all
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# in the space separated list in $ADD_BRANCHES.
|
||||
|
||||
SVNROOT=${SVNROOT:-"file:///svn/gcc"}
|
||||
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4)-branch'
|
||||
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5)-branch'
|
||||
ADD_BRANCHES='HEAD'
|
||||
|
||||
# Run this from /tmp.
|
||||
|
|
Loading…
Add table
Reference in a new issue