diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 11:24:28 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 11:24:28 +0000 |
commit | e48b9c5313396f8db07fecaebff809befa3c2e9c (patch) | |
tree | 5131826891792046992cad151afafcc6b6e71efd /maintainer-scripts | |
parent | f5c0f43306fffaa52aaed2805f819faf57baedcb (diff) | |
download | gcc-e48b9c5313396f8db07fecaebff809befa3c2e9c.tar.gz |
2012-03-02 Richard Guenther <rguenther@suse.de>
* crontab: Update for 4.7 branching.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rw-r--r-- | maintainer-scripts/crontab | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index e98f0af5086..8c501068cba 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2012-03-02 Richard Guenther <rguenther@suse.de> + + * crontab: Update for 4.7 branching. + 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com> * update_web_docs_svn: Make $DOCSDIR group writable after diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 73f7f589239..2ab0797e88d 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -5,4 +5,5 @@ 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: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:trunk -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 |