diff options
author | Richard Biener <rguenth@gcc.gnu.org> | 2012-03-22 09:25:49 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-03-22 09:25:49 +0000 |
commit | b0d753d9b3b804fb4f36e90f3016cd01546d6972 (patch) | |
tree | 887613adb24d7cb67853755538ac378d9fb38a08 | |
parent | 68489fae1dadef3790e75e75fddd6aef8dd62374 (diff) | |
download | gcc-b0d753d9b3b804fb4f36e90f3016cd01546d6972.tar.gz |
crontab: Enable snapshots from gcc-4_7-branch.
2012-03-23 Richard Guenther <rguenther@suse.de>
* crontab: Enable snapshots from gcc-4_7-branch.
From-SVN: r185680
-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 |