This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for snapshot generation from gccadmin with gcc_release
- To: <law at redhat dot com>
- Subject: Re: Patch for snapshot generation from gccadmin with gcc_release
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 8 Oct 2001 17:19:19 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On Mon, 8 Oct 2001 law@redhat.com wrote:
> The time isn't particularly important -- the old one fired off at 4:40pm,
> presumably because last time I was testing it was late on a Monday
> afternoon ;-)
I've applied the following patch to keep this time and remove the old
snapshot script from contrib:
Index: maintainer-scripts/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.14
diff -u -r1.14 ChangeLog
--- ChangeLog 2001/10/08 07:58:43 1.14
+++ ChangeLog 2001/10/08 16:15:56
@@ -1,5 +1,7 @@
2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
+ * crontab: Build weekly snapshots.
+
* gcc_release: Copy from 3.0 branch. Add support for building the
weekly snapshots on gcc.gnu.org.
Index: maintainer-scripts/crontab
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/crontab,v
retrieving revision 1.3
diff -u -r1.3 crontab
--- crontab 2001/06/25 19:26:25 1.3
+++ crontab 2001/10/08 16:15:56
@@ -2,3 +2,4 @@
16 0 * * * sh /home/gccadmin/scripts/update_version -rgcc-3_0-branch
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 /var/tmp all
Index: contrib/ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/contrib/ChangeLog,v
retrieving revision 1.125
diff -u -r1.125 ChangeLog
--- ChangeLog 2001/09/07 07:57:50 1.125
+++ ChangeLog 2001/10/08 16:15:56
@@ -1,3 +1,7 @@
+2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * snapshot: Remove.
+
2001-09-07 Richard Sandiford <rsandifo@redhat.com>
Revert:
--
Joseph S. Myers
jsm28@cam.ac.uk