summaryrefslogtreecommitdiff
path: root/maintainer-scripts/snapshot-index.html
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-03 21:42:18 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-03 21:42:18 +0000
commit709ab98be441b552508cd81c0baca69f7631b118 (patch)
tree480a24f193aeb977cf9e8f9c262a0c5923a5a77f /maintainer-scripts/snapshot-index.html
parent493d71ef05f984c32b2a69acf8999b2e2c97726a (diff)
downloadgcc-709ab98be441b552508cd81c0baca69f7631b118.tar.gz
2004-08-03 Kelley Cook <kcook@gcc.gnu.org>
* maintainer-scripts (snapshot_print): New function. (announce_snapshot): Generate announcment on the fly. Use a directory link for LATEST. * snapshot-README: Delete. * snapshot-index.html: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85508 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/snapshot-index.html')
-rw-r--r--maintainer-scripts/snapshot-index.html71
1 files changed, 0 insertions, 71 deletions
diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html
deleted file mode 100644
index de3859b7ac5..00000000000
--- a/maintainer-scripts/snapshot-index.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<html>
-
-<head>
-<title>GCC @RELEASE@ Snapshot</title>
-</head>
-
-<body>
-<h1>GCC @RELEASE@ Snapshot</h1>
-
-<p>The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
-periodic snapshots of the GCC source tree available to the public
-for testing purposes.</p>
-
-<p>If you are planning to download and use one of our snapshots, then
-we highly recommend you join the GCC developers list. Details for
-how to sign up can be found on the GCC project home page.</p>
-
-<p>This snapshot has been generated from the GCC @BRANCH@ CVS branch
-with the following options: @EXPORT@</p>
-
-<blockquote>
- <p> <a href="gcc-@RELEASE@.tar.bz2">
- gcc</a> @TEXT_DATE@ snapshot, includes all languages.
-
- <p> <a href="gcc-core-@RELEASE@.tar.bz2">
- gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
- end and core compiler.
-
- <p> <a href="gcc-g++-@RELEASE@.tar.bz2">
- gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
- end and runtime.
-
- <p> <a href="gcc-g77-@RELEASE@.tar.bz2">
- gcc-g77</a> @TEXT_DATE@ snapshot, includes just the F77 front
- end and runtime.
-
- <p> <a href="gcc-fortran-@RELEASE@.tar.bz2">
- gcc-fortran</a> @TEXT_DATE@ snapshot, includes just the Fortran front
- end and runtime.
-
- <p> <a href="gcc-java-@RELEASE@.tar.bz2">
- gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
- front end and runtime.
-
- <p> <a href="gcc-objc-@RELEASE@.tar.bz2">
- gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
- front end and runtime.
-
- <p> <a href="gcc-ada-@RELEASE@.tar.bz2">
- gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
- front end and runtime.
-
-</blockquote>
-
-<p>Diffs from @BRANCH@-@LAST_DATE@ are available in the
-<a href="diffs/">diffs/ subdirectory</a>.</p>
-
-</p>When a particular snapshot is ready for public consumption the LATEST-IS-
-file is updated and a message is sent to the gcc list. Please do not use
-a snapshot before it has been announced that way.</p>
-
-<hr />
-
-<address>
-<a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
-<br />
-Last modified @TEXT_DATE@
-</address>
-</body>
-
-</html>