This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Spread snapshot building more evenly throughout the week
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 21 May 2005 23:58:34 +0200 (CEST)
- Subject: Spread snapshot building more evenly throughout the week
I just applied the following patch and will update the gccadmin account
on gcc.gnu.org after tomorrow's snapshot of GCC 4.1 has been made. (The
new schedule is more in line what we originally had.)
Gerald
2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
* crontab: Spread snapshot building more evenly throughout the
week.
Index: crontab
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/crontab,v
retrieving revision 1.14
diff -u -3 -p -r1.14 crontab
--- crontab 19 May 2005 00:33:47 -0000 1.14
+++ crontab 21 May 2005 21:55:14 -0000
@@ -1,6 +1,6 @@
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
-32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
-43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
+43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all