Commit 6bb72ea0 by Joseph Myers Committed by Joseph Myers

gcc_release: Make snapshots come from the mainline.

	* gcc_release: Make snapshots come from the mainline.
	* snapshot-README: Update.

From-SVN: r56949
parent bd79540a
2002-09-08 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> 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
* update_web_docs: Remove support for generating g77_news.html and * update_web_docs: Remove support for generating g77_news.html and
......
...@@ -517,8 +517,8 @@ if [ $SNAPSHOT -eq 0 ]; then ...@@ -517,8 +517,8 @@ if [ $SNAPSHOT -eq 0 ]; then
fi fi
else else
RELEASE=$DATE RELEASE=$DATE
# For now snapshots come from the 3.2 branch. # For now snapshots come from the mainline.
BRANCH=gcc-3_2-branch BRANCH=HEAD
FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}"
TAG=gcc_ss_${DATE} TAG=gcc_ss_${DATE}
......
...@@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on ...@@ -2,7 +2,7 @@ gcc-ss-@DATE@ is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@ ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. 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: You'll find:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment