diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 18:58:36 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 18:58:36 +0000 |
commit | ba403b8ee3c4394c51bfdf6539169e5c79957bed (patch) | |
tree | 22d960f977bd0efeeef6e8a3a05161f1e11c622c /maintainer-scripts | |
parent | 9997760617ec43c32627313dca361e86bd96a564 (diff) | |
download | gcc-ba403b8ee3c4394c51bfdf6539169e5c79957bed.tar.gz |
* gcc_release: Make snapshots come from the 3.1 branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 1c62a9a4e31..a5ea8c30043 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -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 diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 7e487e0c2b5..1ede1f2c29e 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -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} |