diff options
| author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 11:30:44 +0000 |
|---|---|---|
| committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 11:30:44 +0000 |
| commit | 97abc1ffba1054e7074287e832472d8284fe7b8f (patch) | |
| tree | c97de83baeb827ed055a51cd4356a69be00057c6 /maintainer-scripts/crontab | |
| parent | e48b9c5313396f8db07fecaebff809befa3c2e9c (diff) | |
| download | ppe42-gcc-97abc1ffba1054e7074287e832472d8284fe7b8f.tar.gz ppe42-gcc-97abc1ffba1054e7074287e832472d8284fe7b8f.zip | |
2012-03-02 Richard Guenther <rguenther@suse.de>
* crontab: Fix day-of-week.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184782 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 2ab0797e88d..26810cb7027 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -6,4 +6,4 @@ 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 * * 8 sh /home/gccadmin/scripts/gcc_release -s 4.8:trunk -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 |

