Patch to move snapshots back to mainline

Joseph S. Myers jsm28@cam.ac.uk
Fri Sep 6 13:56:00 GMT 2002


I think it's time snapshots came from the mainline again.  OK to
commit the following patch?

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.49
diff -u -r1.49 ChangeLog
--- ChangeLog	28 Aug 2002 21:11:19 -0000	1.49
+++ ChangeLog	6 Sep 2002 20:52:11 -0000
@@ -1,3 +1,8 @@
+2002-09-06  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* gcc_release: Make snapshots come from the mainline.
+	* snapshot-README: Update.
+
 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
 
 	* update_web_docs: Remove support for generating g77_news.html and
Index: gcc_release
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/gcc_release,v
retrieving revision 1.18
diff -u -r1.18 gcc_release
--- gcc_release	29 Jul 2002 05:31:34 -0000	1.18
+++ gcc_release	6 Sep 2002 20:52:11 -0000
@@ -517,8 +517,8 @@
   fi
 else
   RELEASE=$DATE
-  # For now snapshots come from the 3.2 branch.
-  BRANCH=gcc-3_2-branch
+  # For now snapshots come from the mainline.
+  BRANCH=HEAD
   FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
   TAG=gcc_ss_${DATE}
 
Index: snapshot-README
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/snapshot-README,v
retrieving revision 1.5
diff -u -r1.5 snapshot-README
--- snapshot-README	29 Jul 2002 05:31:34 -0000	1.5
+++ snapshot-README	6 Sep 2002 20:52:11 -0000
@@ -2,7 +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 GCC 3.2 branch.
+This snapshot has been generated from the GCC CVS HEAD.
 
 You'll find:
 

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



More information about the Gcc-patches mailing list