diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-22 09:25:49 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-22 09:25:49 +0000 |
commit | 8e24e5ec603842d2d7c48c4b6baca595e987abdf (patch) | |
tree | 887613adb24d7cb67853755538ac378d9fb38a08 /maintainer-scripts | |
parent | d4c65c9939cf84fdd5c0256e7f4f2ac9bea40555 (diff) | |
download | gcc-8e24e5ec603842d2d7c48c4b6baca595e987abdf.tar.gz |
2012-03-23 Richard Guenther <rguenther@suse.de>
* crontab: Enable snapshots from gcc-4_7-branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185680 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 8 | ||||
-rw-r--r-- | maintainer-scripts/crontab | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index eac79cc85ad..9e9fe2bc401 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,9 +1,13 @@ -2013-03-13 Jakub Jelinek <jakub@redhat.com> +2012-03-23 Richard Guenther <rguenther@suse.de> + + * crontab: Enable snapshots from gcc-4_7-branch. + +2012-03-13 Jakub Jelinek <jakub@redhat.com> * crontab: Remove 4.4 branch from the list of snapshots to make. * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch. -2013-03-05 Richard Guenther <rguenther@suse.de> +2012-03-05 Richard Guenther <rguenther@suse.de> * crontab: Remove 4.3 branch from the list of snapshots to make. diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 6066b207e35..0da281fc880 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -3,5 +3,5 @@ 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn 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 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.7:branches/gcc-4_7-branch -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 |