diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-21 21:56:24 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-21 21:56:24 +0000 |
commit | 576aff9d272cd8ebec2b93b10dcf5eae125e9667 (patch) | |
tree | 4628f65bbaf1a7ef9438483192b46bc3e5f92ad5 /maintainer-scripts | |
parent | cf0cfa5acc065b8cbbf544e904ff19a5ad8cfd4b (diff) | |
download | gcc-576aff9d272cd8ebec2b93b10dcf5eae125e9667.tar.gz |
* crontab: Spread snapshot building more evenly throughout the
week.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 | ||||
-rw-r--r-- | maintainer-scripts/crontab | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index bd8ab7211bb..6bb7dcb19ee 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2005-05-21 Gerald Pfeifer <gerald@pfeifer.com> + + * crontab: Spread snapshot building more evenly throughout the + week. + 2005-05-19 Joseph S. Myers <joseph@codesourcery.com> * crontab: Don't build 3.3 branch snapshots. diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 695c448f7c2..09ea8306740 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -1,6 +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 * * 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 +32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all +43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all |