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]

Enable 4.6 snapshots


I've applied this patch to enable 4.6 snapshot generation, having 
generated the first one manually, and updated the crontab installed on 
gcc.gnu.org.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 158408)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2010-04-16  Joseph Myers  <joseph@codesourcery.com>
+
+	* crontab: Enable 4.6 snapshots.
+
 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* crontab: Switch 4.5 snapshots to 4.5 branch.
Index: crontab
===================================================================
--- crontab	(revision 158408)
+++ crontab	(working copy)
@@ -4,4 +4,4 @@
 32 22 * * 0 sh /home/gccadmin/scripts/gcc_release -s 4.3:branches/gcc-4_3-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 4.4:branches/gcc-4_4-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.5:branches/gcc-4_5-branch -l -d /sourceware/snapshot-tmp/gcc all
-# 32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.6:trunk -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.6:trunk -l -d /sourceware/snapshot-tmp/gcc all

-- 
Joseph S. Myers
joseph@codesourcery.com


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