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 to maintainer-scripts to stop 3.3 snapshots etc.


I propose to apply the following patch to maintainer-scripts to stop 3.3 
branch snapshots from being run and c++config on the 3.3 branch from 
having its datestamp updated, now the last 3.3.x release has been run.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.119
diff -u -r1.119 ChangeLog
--- ChangeLog	16 Mar 2005 06:04:09 -0000	1.119
+++ ChangeLog	5 May 2005 01:05:12 -0000
@@ -1,3 +1,8 @@
+2005-05-05  Joseph S. Myers  <joseph@codesourcery.com>
+
+	* crontab: Don't build 3.3 branch snapshots.
+	* update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
+
 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
 
 	* README: Update.
Index: crontab
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/crontab,v
retrieving revision 1.13
diff -u -r1.13 crontab
--- crontab	25 Feb 2005 22:55:06 -0000	1.13
+++ crontab	5 May 2005 01:05:12 -0000
@@ -1,7 +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 * * 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
 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
Index: update_version
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/update_version,v
retrieving revision 1.16
diff -u -r1.16 update_version
--- update_version	16 Mar 2005 06:04:10 -0000	1.16
+++ update_version	5 May 2005 01:05:12 -0000
@@ -6,7 +6,7 @@
 # in $ADD_BRANCHES.
 
 CVSROOT=${CVSROOT:-/cvs/gcc}
-IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
+IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch'
 ADD_BRANCHES='HEAD autovect-branch'
 
 # Run this from /tmp.


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