diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 09:34:55 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 09:34:55 +0000 |
commit | d44c76e76badadb159e97d6bceb5df2ae5a8f2ac (patch) | |
tree | c76880d2a8e08839ea2e9a91f473fce1f79c7c6e /maintainer-scripts | |
parent | cdf91bb736907528b5d318d01ebd8b1dea595756 (diff) | |
download | gcc-d44c76e76badadb159e97d6bceb5df2ae5a8f2ac.tar.gz |
* gcc_release: Make snapshots come from the mainline.
* snapshot-README: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56949 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 | ||||
-rwxr-xr-x | maintainer-scripts/gcc_release | 4 | ||||
-rw-r--r-- | maintainer-scripts/snapshot-README | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 2c862e41cca..195fc48c620 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +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> * update_web_docs: Remove support for generating g77_news.html and diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 0f8f5beb9ff..50e6803532b 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -517,8 +517,8 @@ if [ $SNAPSHOT -eq 0 ]; then fi else RELEASE=$DATE - # For now snapshots come from the 3.2 branch. - BRANCH=gcc-3_2-branch + # For now snapshots come from the mainline. + BRANCH=HEAD FTP_PATH="${FTP_PATH}/snapshots/${LONG_DATE}" TAG=gcc_ss_${DATE} diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README index e4d86d4837d..9425bf2f8cb 100644 --- a/maintainer-scripts/snapshot-README +++ b/maintainer-scripts/snapshot-README @@ -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.2 branch. +This snapshot has been generated from the GCC CVS HEAD. You'll find: |