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: PATCH: Make snapshots come from the branch


On Mon, Dec 16, 2002 at 02:14:39PM -0800, Mark Mitchell wrote:
> Mon Dec 16 13:53:18 2002  Mark Mitchell  <mark@codesourcery.com>
> 
> 	* root.texi: Change version number to 3.4.

Just FYI, this changelog doesn't match anything below.  :-)


> Index: gcc_release
> ===================================================================
> RCS file: /cvs/gcc/gcc/maintainer-scripts/gcc_release,v
> retrieving revision 1.20
> diff -c -5 -p -r1.20 gcc_release
> *** gcc_release	24 Sep 2002 03:44:36 -0000	1.20
> --- gcc_release	16 Dec 2002 22:14:14 -0000
> *************** if [ $SNAPSHOT -eq 0 ]; then
> *** 505,516 ****
>     else
>       FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/"
>     fi
>   else
>     RELEASE=$DATE
> !   # For now snapshots come from the mainline.
> !   BRANCH=HEAD
>     FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
>     TAG=gcc_ss_${DATE}
>   
>     # Building locally on gcc.gnu.org, we know what the last snapshot date
>     # was.
> --- 505,516 ----
>     else
>       FTP_PATH="${FTP_PATH}/releases/gcc-${RELEASE}/"
>     fi
>   else
>     RELEASE=$DATE
> !   # For now snapshots come from the 3.3 branch.
> !   BRANCH=gcc-3_3-branch
>     FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
>     TAG=gcc_ss_${DATE}
>   
>     # Building locally on gcc.gnu.org, we know what the last snapshot date
>     # was.
> Index: snapshot-README
> ===================================================================
> RCS file: /cvs/gcc/gcc/maintainer-scripts/snapshot-README,v
> retrieving revision 1.6
> diff -c -5 -p -r1.6 snapshot-README
> *** snapshot-README	8 Sep 2002 09:34:55 -0000	1.6
> --- snapshot-README	16 Dec 2002 22:14:14 -0000
> ***************
> *** 1,10 ****
>   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 CVS HEAD.
>   
>   You'll find:
>   
>     gcc-@DATE@.tar.gz                  The full gcc snapshot, including all
>                                          languages runtime libraries.
> --- 1,10 ----
>   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 CVS 3.3 branch.
>   
>   You'll find:
>   
>     gcc-@DATE@.tar.gz                  The full gcc snapshot, including all
>                                          languages runtime libraries.


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