Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/main/en: where.xml
Date: Fri, 24 Apr 2009 20:35:21
Message-Id: E1LxS7D-0006zQ-TY@stork.gentoo.org
1 nightmorph 09/04/24 20:35:19
2
3 Modified: where.xml
4 Log:
5 a quick fix for the autobuild info. not all arches have current/ symlinks that point to the autobuilds, as they're lacking ISOs at the moment.
6
7 Revision Changes Path
8 1.127 xml/htdocs/main/en/where.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/where.xml?rev=1.127&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/where.xml?rev=1.127&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/main/en/where.xml?r1=1.126&r2=1.127
13
14 Index: where.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v
17 retrieving revision 1.126
18 retrieving revision 1.127
19 diff -u -r1.126 -r1.127
20 --- where.xml 24 Apr 2009 20:12:27 -0000 1.126
21 +++ where.xml 24 Apr 2009 20:35:19 -0000 1.127
22 @@ -1,7 +1,7 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE mainpage SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.126 2009/04/24 20:12:27 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/where.xml,v 1.127 2009/04/24 20:35:19 nightmorph Exp $ -->
28
29 <mainpage>
30 <title>Where to Get Gentoo Linux</title>
31 @@ -16,7 +16,7 @@
32
33 <license/>
34
35 -<version>1.62</version>
36 +<version>1.63</version>
37 <date>2009-04-24</date>
38
39 <chapter>
40 @@ -65,14 +65,15 @@
41 <p>
42 Since these releases are built automatically by Release Engineering servers,
43 there is some chance that a stage or CD may not be produced for a given week.
44 -When this happens, just use the latest CD and stage available. Older releases
45 -are available on our mirrors in
46 -<path>/releases/&lt;arch&gt;/autobuilds/</path>.
47 +When this happens, just use the latest CD and stage available. More releases are
48 +available on our mirrors in <path>/releases/&lt;arch&gt;/autobuilds/</path>. Use
49 +this directory if there isn't anything recent enough in <path>current/</path>.
50 </p>
51
52 <p>
53 <uri link="http://distfiles.gentoo.org/releases/alpha/current/">alpha</uri>
54 <uri link="http://distfiles.gentoo.org/releases/amd64/current/">amd64</uri>
55 +<uri link="http://distfiles.gentoo.org/releases/hppa/current/">hppa</uri>
56 <uri link="http://distfiles.gentoo.org/releases/ia64/current/">ia64</uri>
57 <uri link="http://distfiles.gentoo.org/releases/ppc/current/">ppc</uri>
58 <uri link="http://distfiles.gentoo.org/releases/sparc/current/">sparc</uri>
59 @@ -81,6 +82,17 @@
60
61 <!-- Autobuild end -->
62
63 +<p>
64 +If you prefer to select a local mirror yourself, they are listed at
65 +<uri link="mirrors.xml">www.gentoo.org/main/en/mirrors.xml</uri>.
66 +</p>
67 +
68 +<p>
69 +Please consult our <uri link="/doc/en/handbook/">Gentoo
70 +Handbooks</uri> for more information on what to download and how to
71 +install Gentoo.
72 +</p>
73 +
74 <warn>
75 The 2008.0 releases are deprecated, and their links will be removed soon.
76 </warn>
77 @@ -138,17 +150,6 @@
78
79 <!-- 2008.0 END -->
80
81 -<p>
82 -If you prefer to select a local mirror yourself, they are listed at
83 -<uri link="mirrors.xml">www.gentoo.org/main/en/mirrors.xml</uri>.
84 -</p>
85 -
86 -<p>
87 -Please consult our <uri link="/doc/en/handbook/">Gentoo
88 -Handbooks</uri> for more information on what to download and how to
89 -install Gentoo.
90 -</p>
91 -
92 </body>
93 </section>