This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: maintainer-scripts/crontab and GCC 3.5 snapshots


Now that this finally works, after some recent hickups on gcc.gnu.org and
our settings (Thanks Joseph for you fixes!), I have applied the following
to mainline and the gccadmin account on gcc.gnu.org.

Gerald

2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>

	* crontab: Add GCC 3.5 snapshots, currenty run on Sundays.

Index: crontab
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/crontab,v
retrieving revision 1.10
diff -u -3 -p -r1.10 crontab
--- crontab	2 May 2004 17:38:33 -0000	1.10
+++ crontab	16 May 2004 18:16:26 -0000
@@ -3,3 +3,4 @@
 55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx
 32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
+43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 3.5:HEAD           -l -d /sourceware/snapshot-tmp/gcc all


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]