* gcc_release: Make snapshots come from the 3.1 branch.
From-SVN: r50262
This commit is contained in:
parent
28ced9f821
commit
e98f0f5c13
@ -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
|
||||
|
@ -516,8 +516,8 @@ if [ $SNAPSHOT -eq 0 ]; then
|
||||
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user