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 make snapshots come from 3.1 branch


I've applied the following patch to make snapshots come from the 3.1 
branch, since it was somehow missed in the branching process.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/ChangeLog,v
retrieving revision 1.32
diff -u -r1.32 ChangeLog
--- ChangeLog	2002/02/26 07:13:25	1.32
+++ ChangeLog	2002/03/03 18:58:08
@@ -1,3 +1,7 @@
+2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc_release: Make snapshots come from the 3.1 branch.
+
 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
 
 	* update_version: Automatically update version files on all
Index: gcc_release
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/gcc_release,v
retrieving revision 1.8
diff -u -r1.8 gcc_release
--- gcc_release	2002/02/24 01:37:10	1.8
+++ gcc_release	2002/03/03 18:58:08
@@ -516,8 +516,8 @@
   fi
 else
   RELEASE=$DATE
-  # For now snapshots come from the mainline.
-  BRANCH=HEAD
+  # For now snapshots come from the 3.1 branch.
+  BRANCH=gcc-3_1-branch
   FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
   TAG=gcc_ss_${DATE}
 

-- 
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]