aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/snapshot-README
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2003-07-14 00:10:03 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-07-13 22:10:03 +0000
commit1116457a0df4a09fae9daffa1fa143748962f61c (patch)
tree0318865177d9ae5ac7fbb337e3c47696f4cb6170 /maintainer-scripts/snapshot-README
parent775956d09438a0ab87727ed153f5cd132cef2773 (diff)
downloadgcc-1116457a0df4a09fae9daffa1fa143748962f61c.zip
gcc-1116457a0df4a09fae9daffa1fa143748962f61c.tar.gz
gcc-1116457a0df4a09fae9daffa1fa143748962f61c.tar.bz2
gcc_release (announce_snapshot): Add substitution of @RELEASE@ for README and index.html.
* gcc_release (announce_snapshot): Add substitution of @RELEASE@ for README and index.html. * snapshot-README: Use it. * snapshot-index.html: Ditto. From-SVN: r69307
Diffstat (limited to 'maintainer-scripts/snapshot-README')
-rw-r--r--maintainer-scripts/snapshot-README22
1 files changed, 11 insertions, 11 deletions
diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README
index 7fd96ef..66359e5 100644
--- a/maintainer-scripts/snapshot-README
+++ b/maintainer-scripts/snapshot-README
@@ -1,27 +1,27 @@
-gcc-ss-@BRANCH@-@DATE@ is now available on
- ftp://gcc.gnu.org/pub/gcc/snapshots/@BRANCH@-@DATE@
+gcc-ss-@RELEASE@ is now available on
+ ftp://gcc.gnu.org/pub/gcc/snapshots/@RELEASE@/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC CVS @BRANCH@ branch.
You'll find:
- gcc-@DATE@.tar.bz2 The full GCC snapshot, including all
- languages and runtime libraries.
+ gcc-@RELEASE@.tar.bz2 The full GCC snapshot, including all
+ languages and runtime libraries.
- gcc-core-@DATE@.tar.bz2 Just the C front end and core compiler.
+ gcc-core-@RELEASE@.tar.bz2 Just the C front end and core compiler.
- gcc-testsuite-@DATE@.tar.bz2 The GCC testsuite.
+ gcc-testsuite-@RELEASE@.tar.bz2 The GCC testsuite.
- gcc-ada-@DATE@.tar.bz2 The Ada language and runtime.
+ gcc-ada-@RELEASE@.tar.bz2 The Ada language and runtime.
- gcc-g++-@DATE@.tar.bz2 The C++ front end and runtime.
+ gcc-g++-@RELEASE@.tar.bz2 The C++ front end and runtime.
- gcc-g77-@DATE@.tar.bz2 The F77 front end and runtime.
+ gcc-g77-@RELEASE@.tar.bz2 The F77 front end and runtime.
- gcc-objc-@DATE@.tar.bz2 The Objective-C front end and runtime.
+ gcc-objc-@RELEASE@.tar.bz2 The Objective-C front end and runtime.
- gcc-java-@DATE@.tar.bz2 The Java front end and runtime.
+ gcc-java-@RELEASE@.tar.bz2 The Java front end and runtime.
Diffs from @BRANCH@-@LAST_DATE@ are available in the diffs/ subdirectory.