* crontab: Enable snapshots from gcc-4_9-branch.

From-SVN: r209306
This commit is contained in:
Jakub Jelinek 2014-04-11 14:55:17 +02:00 committed by Jakub Jelinek
parent 89eb97de15
commit 6602e7fcd7
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2013-04-11 Jakub Jelinek <jakub@redhat.com>
* BASE-VER: Set to 4.9.0.
* BASE-VER: Set to 4.10.0.
2014-04-11 Tobias Burnus <burnus@net-b.de>

View File

@ -1,3 +1,7 @@
2014-04-11 Jakub Jelinek <jakub@redhat.com>
* crontab: Enable snapshots from gcc-4_9-branch.
2014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR other/56653

View File

@ -1,6 +1,7 @@
16 0 * * * sh /home/gccadmin/scripts/update_version_svn
50 0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 4.9:branches/gcc-4_9-branch -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.8:branches/gcc-4_8-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.9:trunk -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.10:trunk -l -d /sourceware/snapshot-tmp/gcc all