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]

Re: gcc-ss-20020304 is now available


On Tue, 5 Mar 2002, Bryce McKinlay wrote:

> Is the snapshot generated from the mainline or the 3.1 branch?

3.1 branch.  I forgot snapshot-README in the list of things to do when 
branching.  Patches applied.

Index: branching.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v
retrieving revision 1.1
diff -u -r1.1 branching.html
--- branching.html	2002/02/26 07:19:57	1.1
+++ branching.html	2002/03/05 13:51:07
@@ -35,6 +35,8 @@
 <li>Update <code>maintainer-scripts/gcc_release</code> on the
 mainline, where it says &quot;# For now snapshots come from the
 mainline.&quot;, to make snapshots come from the branch instead.
+Also update the description of where snapshots come from in
+<code>maintainer-scripts/snapshot-README</code>.
 (Also, <code>cvs update</code> will also need to be run in the scripts
 directory in the <code>gccadmin</code> account, to update the version
 actually called from cron.)</li>

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.33
diff -u -r1.33 ChangeLog
--- ChangeLog	2002/03/03 18:58:36	1.33
+++ ChangeLog	2002/03/05 13:41:27
@@ -1,3 +1,8 @@
+2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* snapshot-README: Note that snapshots come from the 3.1 branch.
+	Update list of files.
+
 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 	* gcc_release: Make snapshots come from the 3.1 branch.
Index: snapshot-README
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/snapshot-README,v
retrieving revision 1.2
diff -u -r1.2 snapshot-README
--- snapshot-README	2002/01/29 14:08:04	1.2
+++ snapshot-README	2002/03/05 13:41:27
@@ -2,8 +2,7 @@
   ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@
 and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
 
-This snapshot has been generated from the current development mainline
-which is going to become GCC 3.1.
+This snapshot has been generated from the GCC 3.1 branch.
 
 You'll find:
 
@@ -12,17 +11,13 @@
 
   gcc-core-@DATE@.tar.gz             Just the C front end and core compiler.
 
-  gcc-tests-@DATE@.tar.gz            The GCC testsuite.
+  gcc-testsuite-@DATE@.tar.gz        The GCC testsuite.
 
   gcc-ada-@DATE@.tar.gz              The Ada language and runtime.
 
   gcc-g++-@DATE@.tar.gz              The g++ language and runtime.
 
-  gcc-g++-tests-@DATE@.tar.gz	       The testsuite for G++.
-
   gcc-g77-@DATE@.tar.gz              The g77 language and runtime.
-   
-  gcc-g77-testsuite-@DATE@.tar.gz    The testsuite for G77.
 
   gcc-objc-@DATE@.tar.gz             The Objective-C front end and runtime.
 

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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