aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2002-01-29 14:02:17 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2002-01-29 14:02:17 +0000
commitb9aea0ebf80d6e20e0e322e3b88f93c04548c950 (patch)
tree3aa1fd06c6d4c53429b67163c58803033f70113d /maintainer-scripts
parentcb12891b426d570412e0bd17ea5fcba8a38ac55d (diff)
downloadgcc-b9aea0ebf80d6e20e0e322e3b88f93c04548c950.zip
gcc-b9aea0ebf80d6e20e0e322e3b88f93c04548c950.tar.gz
gcc-b9aea0ebf80d6e20e0e322e3b88f93c04548c950.tar.bz2
* snapshot-README, snapshot-index.html: New files.
From-SVN: r49318
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rw-r--r--maintainer-scripts/snapshot-README48
-rw-r--r--maintainer-scripts/snapshot-index.html114
3 files changed, 166 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index b8b9cef..29ec639 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * snapshot-README, snapshot-index.html: New files.
+
2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* update_web_docs (contrib_file): Remove.
diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README
new file mode 100644
index 0000000..385863f
--- /dev/null
+++ b/maintainer-scripts/snapshot-README
@@ -0,0 +1,48 @@
+gcc-ss-20020128 is now available on
+ ftp://gcc.gnu.org/pub/gcc/snapshots/2002-01-28
+and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
+
+This snapshot has been generated from the current development mainline
+which is going to become GCC 3.1.
+
+You'll find:
+
+ gcc-20020128.tar.gz The full gcc snapshot, including all
+ languages runtime libraries.
+
+ gcc-core-20020128.tar.gz Just the C front end and core compiler.
+
+ gcc-tests-20020128.tar.gz The GCC testsuite.
+
+ gcc-ada-20020128.tar.gz The Ada language and runtime.
+
+ gcc-g++-20020128.tar.gz The g++ language and runtime.
+
+ gcc-g++-tests-20020128.tar.gz The testsuite for G++.
+
+ gcc-g77-20020128.tar.gz The g77 language and runtime.
+
+ gcc-g77-testsuite-20020128.tar.gz The testsuite for G77.
+
+ gcc-objc-20020128.tar.gz The Objective-C front end and runtime.
+
+ gcc-java-20020128.tar.gz The Java front end.
+
+ gcc-chill-20020128.tar.gz The Chill front end and runtime.
+
+Diffs from 20020121 are available.
+
+Note at times you may find newer directories on the server with limited
+permissions. These represent snapshots that have not yet been verified
+as correct, or are known to be incorrect.
+
+When a particular snapshot is ready for public consumption the directory
+permissions are relaxed, the LATEST-IS- file is updated and a message is
+sent to the gcc list.
+
+Using a snapshot before it's officially made available is an unwise thing
+to do since it may become impossible to update to an official snapshot.
+
+The "gcc_latest_snapshot" tag has been moved. You can use
+cvs update -rgcc_latest_snapshot to update your CVS tree to the latest
+official snapshot.
diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html
new file mode 100644
index 0000000..4882d99
--- /dev/null
+++ b/maintainer-scripts/snapshot-index.html
@@ -0,0 +1,114 @@
+<html>
+<head>
+<title>GCC Snapshots</title>
+</head>
+
+<body>
+<h1>GCC Snapshots</h1>
+<hr>
+
+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.
+
+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.
+
+
+<blockquote>
+ <p> <a href="2002-01-28/gcc-20020128.tar.gz">
+ gcc</a> January 28, 2002 snapshot, includes all languages.
+
+ <p> <a href="2002-01-28/gcc-20020121-20020128.diff.gz">
+ gcc-20020121-20020128</a> patch file to bring gcc-20020121 up to
+ gcc-20020128.
+
+ <p> <a href="2002-01-28/gcc-core-20020128.tar.gz">
+ gcc-core</a> January 28, 2002 snapshot, includes just the C front
+ end and core compiler.
+
+ <p> <a href="2002-01-28/gcc-core-20020121-20020128.diff.gz">
+ gcc-core-20020121-20020128</a> patch file to bring gcc-core-20020121
+ up to gcc-core-20020128.
+
+ <p> <a href="2002-01-28/gcc-g++-20020128.tar.gz">
+ gcc-g++</a> January 28, 2002 snapshot, includes just the G++ front
+ end and runtime.
+
+ <p> <a href="2002-01-28/gcc-g++-20020121-20020128.diff.gz">
+ gcc-g++-20020121-20020128</a> patch file to bring gcc-g++-20020121
+ up to gcc-g++-20020128.
+
+ <p> <a href="2002-01-28/gcc-g77-20020128.tar.gz">
+ gcc-g77</a> January 28, 2002 snapshot, includes just the G77 front
+ end and runtime.
+
+ <p> <a href="2002-01-28/gcc-g77-20020121-20020128.diff.gz">
+ gcc-g77-20020121-20020128</a> patch file to bring gcc-g77-20020121
+ up to gcc-g77-20020128.
+
+ <p> <a href="2002-01-28/gcc-java-20020128.tar.gz">
+ gcc-java</a> January 28, 2002 snapshot, includes just the Java
+ front end.
+
+ <p> <a href="2002-01-28/gcc-java-20020121-20020128.diff.gz">
+ gcc-java-20020121-20020128</a> patch file to bring gcc-java-20020121
+ up to gcc-java-20020128.
+
+ <p> <a href="2002-01-28/gcc-chill-20020128.tar.gz">
+ gcc-chill</a> January 28, 2002 snapshot, includes just the Chill
+ front end and runtime.
+
+ <p> <a href="2002-01-28/gcc-chill-20020121-20020128.diff.gz">
+ gcc-chill-20020121-20020128</a> patch file to bring gcc-chill-20020121
+ up to gcc-chill-20020128.
+
+ <p> <a href="2002-01-28/gcc-objc-20020128.tar.gz">
+ gcc-objc</a> January 28, 2002 snapshot, includes just the Objective-C
+ front end and runtime.
+
+ <p> <a href="2002-01-28/gcc-objc-20020121-20020128.diff.gz">
+ gcc-objc-20020121-20020128</a> patch file to bring gcc-objc-20020121
+ up to gcc-objc-20020128.
+
+ <p> <a href="2002-01-28/gcc-ada-20020128.tar.gz">
+ gcc-ada</a> January 28, 2002 snapshot, includes just the Ada
+ front end and runtime.
+
+ <p> <a href="2002-01-28/gcc-ada-20020121-20020128.diff.gz">
+ gcc-ada-20020121-20020128</a> patch file to bring gcc-ada-20020121
+ up to gcc-ada-20020128.
+
+</blockquote>
+
+<p>If you are using an x86 GNU/Linux system that uses RPMs to handle
+installation, you may find the daily RPM snapshots at:
+<a href="http://www.codesourcery.com/gcc-snapshots.html">
+http://www.codesourcery.com/gcc-snapshots.html </a>
+easier to install.
+
+<p>Note at times you may find newer directories on the server with limited
+permissions. These represent snapshots that have not yet been verified
+as correct, or are known to be incorrect.
+
+<p>When a particular snapshot is ready for public consumption the directory
+permissions are relaxed, the LATEST-IS- file is updated and a message is
+sent to the GCC list.
+
+<p>Using a snapshot before it's officially made available is an unwise thing
+to do since it may become impossible to update to an official snapshot.
+
+<p>Old snapshots can be found on the ftp server
+<a href=ftp://gcc.gnu.org/pub/gcc/snapshots/>
+gcc.gnu.org:/pub/gcc/snapshots.
+
+<hr>
+<address><a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
+<address><a href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a>
+
+<p>
+Last modified January 28, 2002</address>
+</body>
+
+</html>