diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-21 19:05:30 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-21 19:05:30 +0000 |
commit | 4da41c0fe81e273ef8d6c7acc2964277d29794a3 (patch) | |
tree | 8ae7e9d4535a3de5d4f4962d81742b7a7ec75210 /maintainer-scripts/crontab | |
parent | f899e75e1b83cc0010e9c83d8a29525e80d92c1a (diff) | |
download | gcc-4da41c0fe81e273ef8d6c7acc2964277d29794a3.tar.gz |
* crontab: Make 3.4 snapshots from the new 3.4 release branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r-- | maintainer-scripts/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 17ab4277805..809dc9c96fc 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -2,4 +2,4 @@ 50 0 * * * sh /home/gccadmin/scripts/update_web_docs 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx 40 16 * * 1 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp all -42 16 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.4:HEAD -l -d /sourceware/snapshot-tmp all +42 16 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp all |