From: Jakub Jelinek Date: Fri, 11 Apr 2014 12:55:17 +0000 (+0200) Subject: * crontab: Enable snapshots from gcc-4_9-branch. X-Git-Tag: releases/gcc-5.1.0~8182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6602e7fcd7995c29f946b42e07033f86c9ec2fd4;p=thirdparty%2Fgcc.git * crontab: Enable snapshots from gcc-4_9-branch. From-SVN: r209306 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5013271768d..27a00dddce5d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2013-04-11 Jakub Jelinek - * BASE-VER: Set to 4.9.0. + * BASE-VER: Set to 4.10.0. 2014-04-11 Tobias Burnus diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index bc8ec38dc9c9..a60e93b709b7 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2014-04-11 Jakub Jelinek + + * crontab: Enable snapshots from gcc-4_9-branch. + 2014-02-01 Dmitry Gorbachev PR other/56653 diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 9f644496a89e..f254514be85b 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -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