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: 3.2/3.3 changes for scripts on gcc.gnu.org


Mark Mitchell <mark@codesourcery.com> writes:

>>> - take the weekly snapshots from the 3.2 branch instead of the 3.1 branch
>
> Done.

Thanks, but you missed some places, I'm now committing the appended as
obvious.

Andreas

2002-07-28  Andreas Jaeger  <aj@suse.de>

	* gcc_release: Update comment.

	* snapshot-README: Snapshots are taken from GCC 3.2 branch.

============================================================
Index: maintainer-scripts/gcc_release
--- maintainer-scripts/gcc_release	29 Jul 2002 04:46:45 -0000	1.17
+++ maintainer-scripts/gcc_release	29 Jul 2002 05:30:30 -0000
@@ -517,7 +517,7 @@ if [ $SNAPSHOT -eq 0 ]; then
   fi
 else
   RELEASE=$DATE
-  # For now snapshots come from the 3.1 branch.
+  # For now snapshots come from the 3.2 branch.
   BRANCH=gcc-3_2-branch
   FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
   TAG=gcc_ss_${DATE}
============================================================
Index: maintainer-scripts/snapshot-README
--- maintainer-scripts/snapshot-README	21 May 2002 16:34:01 -0000	1.4
+++ maintainer-scripts/snapshot-README	29 Jul 2002 05:30:30 -0000
@@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on 
   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.1 branch.
+This snapshot has been generated from the GCC 3.2 branch.
 
 You'll find:
 

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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