snapshot-README, [...]: Use expressions such as @DATE@ rather than hardcoded dates.
[platform/upstream/gcc.git] / maintainer-scripts / snapshot-index.html
1 <html>
2 <head>
3 <title>GCC Snapshots</title>
4 </head>
5
6 <body>
7 <h1>GCC Snapshots</h1>
8 <hr>
9
10 The <a href ="http://gcc.gnu.org/">GCC Project</a> makes
11 periodic snapshots of the GCC source tree available to the public
12 for testing purposes.
13
14 If you are planning to download and use one of our snapshots, then
15 we highly recommend you join the GCC developers list.  Details for
16 how to sign up can be found on the GCC project home page.
17
18
19 <blockquote>
20     <p> <a href="@LONG_DATE@/gcc-@DATE@.tar.gz">
21          gcc</a> @TEXT_DATE@ snapshot, includes all languages.
22
23     <p> <a href="@LONG_DATE@/gcc-@LAST_DATE@-@DATE@.diff.gz">
24         gcc-@LAST_DATE@-@DATE@</a> patch file to bring gcc-@LAST_DATE@ up to
25         gcc-@DATE@.
26
27     <p> <a href="@LONG_DATE@/gcc-core-@DATE@.tar.gz">
28          gcc-core</a> @TEXT_DATE@ snapshot, includes just the C front
29          end and core compiler.
30
31     <p> <a href="@LONG_DATE@/gcc-core-@LAST_DATE@-@DATE@.diff.gz">
32         gcc-core-@LAST_DATE@-@DATE@</a> patch file to bring gcc-core-@LAST_DATE@
33         up to gcc-core-@DATE@.
34
35     <p> <a href="@LONG_DATE@/gcc-g++-@DATE@.tar.gz">
36          gcc-g++</a> @TEXT_DATE@ snapshot, includes just the G++ front
37          end and runtime.
38
39     <p> <a href="@LONG_DATE@/gcc-g++-@LAST_DATE@-@DATE@.diff.gz">
40         gcc-g++-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g++-@LAST_DATE@
41         up to gcc-g++-@DATE@.
42
43     <p> <a href="@LONG_DATE@/gcc-g77-@DATE@.tar.gz">
44          gcc-g77</a> @TEXT_DATE@ snapshot, includes just the G77 front
45          end and runtime.
46
47     <p> <a href="@LONG_DATE@/gcc-g77-@LAST_DATE@-@DATE@.diff.gz">
48         gcc-g77-@LAST_DATE@-@DATE@</a> patch file to bring gcc-g77-@LAST_DATE@
49         up to gcc-g77-@DATE@.
50
51     <p> <a href="@LONG_DATE@/gcc-java-@DATE@.tar.gz">
52          gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
53          front end.
54
55     <p> <a href="@LONG_DATE@/gcc-java-@LAST_DATE@-@DATE@.diff.gz">
56         gcc-java-@LAST_DATE@-@DATE@</a> patch file to bring gcc-java-@LAST_DATE@
57         up to gcc-java-@DATE@.
58
59     <p> <a href="@LONG_DATE@/gcc-chill-@DATE@.tar.gz">
60          gcc-chill</a> @TEXT_DATE@ snapshot, includes just the Chill
61          front end and runtime.
62
63     <p> <a href="@LONG_DATE@/gcc-chill-@LAST_DATE@-@DATE@.diff.gz">
64         gcc-chill-@LAST_DATE@-@DATE@</a> patch file to bring gcc-chill-@LAST_DATE@
65         up to gcc-chill-@DATE@.
66
67     <p> <a href="@LONG_DATE@/gcc-objc-@DATE@.tar.gz">
68          gcc-objc</a> @TEXT_DATE@ snapshot, includes just the Objective-C
69          front end and runtime.
70
71     <p> <a href="@LONG_DATE@/gcc-objc-@LAST_DATE@-@DATE@.diff.gz">
72         gcc-objc-@LAST_DATE@-@DATE@</a> patch file to bring gcc-objc-@LAST_DATE@
73         up to gcc-objc-@DATE@.
74
75     <p> <a href="@LONG_DATE@/gcc-ada-@DATE@.tar.gz">
76          gcc-ada</a> @TEXT_DATE@ snapshot, includes just the Ada
77          front end and runtime.
78
79     <p> <a href="@LONG_DATE@/gcc-ada-@LAST_DATE@-@DATE@.diff.gz">
80         gcc-ada-@LAST_DATE@-@DATE@</a> patch file to bring gcc-ada-@LAST_DATE@
81         up to gcc-ada-@DATE@.
82
83 </blockquote>
84
85 <p>If you are using an x86 GNU/Linux system that uses RPMs to handle
86 installation, you may find the daily RPM snapshots at:
87 <a href="http://www.codesourcery.com/gcc-snapshots.html">
88 http://www.codesourcery.com/gcc-snapshots.html </a>
89 easier to install.
90
91 <p>Note at times you may find newer directories on the server with limited
92 permissions.  These represent snapshots that have not yet been verified
93 as correct, or are known to be incorrect.
94
95 <p>When a particular snapshot is ready for public consumption the directory
96 permissions are relaxed, the LATEST-IS- file is updated and a message is
97 sent to the GCC list.
98
99 <p>Using a snapshot before it's officially made available is an unwise thing
100 to do since it may become impossible to update to an official snapshot.
101
102 <p>Old snapshots can be found on the ftp server
103 <a href=ftp://gcc.gnu.org/pub/gcc/snapshots/> 
104 gcc.gnu.org:/pub/gcc/snapshots.
105
106 <hr>
107 <address><a href="mailto:gcc@gcc.gnu.org">gcc@gcc.gnu.org</a>
108 <address><a href="mailto:gcc-bugs@gcc.gnu.org">gcc-bugs@gcc.gnu.org</a>
109
110 <p>
111 Last modified @TEXT_DATE@</address>
112 </body>
113
114 </html>