From 16ac82af48e6965c24e5e1abbb7be652801cec17 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 28 May 2003 17:14:37 +0200 Subject: snapshot-index.html: Refer to .bz2 files instead of .gz files. * snapshot-index.html: Refer to .bz2 files instead of .gz files. Simplify the note on not using unannounced snapshots. From-SVN: r67207 --- maintainer-scripts/ChangeLog | 5 +++++ maintainer-scripts/snapshot-index.html | 41 ++++++++++++++-------------------- 2 files changed, 22 insertions(+), 24 deletions(-) (limited to 'maintainer-scripts') diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 0ee0c1a..2117b57 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,10 @@ 2003-05-28 Gerald Pfeifer + * snapshot-index.html: Refer to .bz2 files instead of .gz files. + Simplify the note on not using unannounced snapshots. + +2003-05-28 Gerald Pfeifer + * snapshot-README: Refer to .bz2 files instead of .gz files. Add a note on where to find the diff files. Simplify the note on not using unannounced snapshots. diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html index 5584163..8aa85f4 100644 --- a/maintainer-scripts/snapshot-index.html +++ b/maintainer-scripts/snapshot-index.html @@ -19,58 +19,58 @@ how to sign up can be found on the GCC project home page.

-

+

gcc @TEXT_DATE@ snapshot, includes all languages. -

+

gcc-@LAST_DATE@-@DATE@ patch file to bring gcc-@LAST_DATE@ up to gcc-@DATE@. -

+

gcc-core @TEXT_DATE@ snapshot, includes just the C front end and core compiler. -

+

gcc-core-@LAST_DATE@-@DATE@ patch file to bring gcc-core-@LAST_DATE@ up to gcc-core-@DATE@. -

+

gcc-g++ @TEXT_DATE@ snapshot, includes just the G++ front end and runtime. -

+

gcc-g++-@LAST_DATE@-@DATE@ patch file to bring gcc-g++-@LAST_DATE@ up to gcc-g++-@DATE@. -

+

gcc-g77 @TEXT_DATE@ snapshot, includes just the G77 front end and runtime. -

+

gcc-g77-@LAST_DATE@-@DATE@ patch file to bring gcc-g77-@LAST_DATE@ up to gcc-g77-@DATE@. -

+

gcc-java @TEXT_DATE@ snapshot, includes just the Java front end. -

+

gcc-java-@LAST_DATE@-@DATE@ patch file to bring gcc-java-@LAST_DATE@ up to gcc-java-@DATE@. -

+

gcc-objc @TEXT_DATE@ snapshot, includes just the Objective-C front end and runtime. -

+

gcc-objc-@LAST_DATE@-@DATE@ patch file to bring gcc-objc-@LAST_DATE@ up to gcc-objc-@DATE@. -

+

gcc-ada @TEXT_DATE@ snapshot, includes just the Ada front end and runtime. -

+

gcc-ada-@LAST_DATE@-@DATE@ patch file to bring gcc-ada-@LAST_DATE@ up to gcc-ada-@DATE@. @@ -82,16 +82,9 @@ installation, you may find the daily RPM snapshots at: http://www.codesourcery.com/gcc-snapshots.html easier to install.

-

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.

+

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.

Old snapshots can be found on the ftp server ftp://gcc.gnu.org:/pub/gcc/snapshots.

-- cgit v1.1