From: Gerald Pfeifer Date: Tue, 29 Jul 2003 10:32:50 +0000 (+0200) Subject: crontab: Update invocation of gcc_release according to the previous changes there. X-Git-Tag: releases/gcc-3.4.0~4546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16ff3a23ffdeb49c8b0b8672bbd26bdcd06681e4;p=thirdparty%2Fgcc.git crontab: Update invocation of gcc_release according to the previous changes there. * crontab: Update invocation of gcc_release according to the previous changes there. Add automatic 3.4 snapshots from mainline. From-SVN: r69919 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 8612da0eda20..4d1ddfc0802c 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-07-29 Gerald Pfeifer + + * crontab: Update invocation of gcc_release according to the + previous changes there. Add automatic 3.4 snapshots from mainline. + 2003-07-23 Gerald Pfeifer * gcc_release (usage): Document that -s now takes symbolic name diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 4c7079bed7de..17ab4277805a 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -1,4 +1,5 @@ 16 0 * * * sh /home/gccadmin/scripts/update_version 50 0 * * * sh /home/gccadmin/scripts/update_web_docs 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx -40 16 * * 1 sh /home/gccadmin/scripts/gcc_release -s -l -d /sourceware/snapshot-tmp all +40 16 * * 1 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp all +42 16 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.4:HEAD -l -d /sourceware/snapshot-tmp all