diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2009-03-28 20:31:52 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2009-03-28 20:31:52 +0000 |
commit | 414d751cdcca360bb70a8f9d33e9afc0b084e66a (patch) | |
tree | cb0499f8bbbe9d17524364b582bb55722ce40a10 /maintainer-scripts/crontab | |
parent | 33977f81620a3e495be87d0381544f8ad26b2782 (diff) | |
download | gcc-414d751cdcca360bb70a8f9d33e9afc0b084e66a.tar.gz |
crontab: Stop 4.2 snapshots.
* crontab: Stop 4.2 snapshots.
Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
From-SVN: r145205
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r-- | maintainer-scripts/crontab | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 49862e7ee41..03902a2fce6 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -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 * * 3 sh /home/gccadmin/scripts/gcc_release -s 4.2:branches/gcc-4_2-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.3:branches/gcc-4_3-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.4:branches/gcc-4_4-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.5:trunk -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 0 sh /home/gccadmin/scripts/gcc_release -s 4.3:branches/gcc-4_3-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 4.4:branches/gcc-4_4-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.5:trunk -l -d /sourceware/snapshot-tmp/gcc all |