public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-stage.xml
@ 2013-08-01 19:32 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-01 19:32 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       13/08/01 19:32:16

  Modified:             hb-install-mips-stage.xml
  Log:
  Fix bug #476200 - Correct location to mips stage downloads

Revision  Changes    Path
1.14                 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.13&r2=1.14

Index: hb-install-mips-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-install-mips-stage.xml	9 Dec 2012 15:33:17 -0000	1.13
+++ hb-install-mips-stage.xml	1 Aug 2013 19:32:16 -0000	1.14
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.13 2012/12/09 15:33:17 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.14 2013/08/01 19:32:16 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 describe how you extract the stage3 archive and configure Portage.
 </abstract>
 
-<version>11</version>
-<date>2012-12-09</date>
+<version>12</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -79,14 +79,14 @@
 The table below specifies exactly which stages you need for your system.
 Stages may be downloaded
 off the <uri link="/main/en/mirrors.xml">official Gentoo mirrors</uri> under the
-<c>releases/mips/current</c> directory.
+<c>experimental/mips/stages</c> directory.
 </p>
 
 <table>
 <tr>
   <th>Endianness</th>
   <th>CPU</th>
-  <th>Location</th>
+  <th>Notation</th>
 </tr>
 <tr>
   <ti>
@@ -98,7 +98,7 @@
     R4400<br />
     R4600
   </ti>
-  <ti><c>mips3/stage#-mips3-RELEASE.tar.bz2</c></ti>
+  <ti>mips3</ti>
 </tr>
 <tr>
   <ti>
@@ -113,7 +113,7 @@
     R12000<br />
     R14000
   </ti>
-  <ti><c>mips4/stage#-mips4-RELEASE.tar.bz2</c></ti>
+  <ti>mips4</ti>
 </tr>
 <tr>
   <ti>
@@ -124,7 +124,7 @@
     RM5230<br />
     RM5231
   </ti>
-  <ti><c>cobalt/stage#-mipsel4-RELEASE.tar.bz2</c></ti>
+  <ti>mipsel4</ti>
 </tr>
 <tr>
   <ti>
@@ -134,7 +134,7 @@
   <ti>
     All Standard CPU Types
   </ti>
-  <ti><c>cobalt/stage#-mipsel1-RELEASE.tar.bz2</c></ti>
+  <ti>mipsel1</ti>
 </tr>
 </table>
 





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-stage.xml
@ 2013-08-01 19:35 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-01 19:35 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       13/08/01 19:35:57

  Modified:             hb-install-mips-stage.xml
  Log:
  Fix bug #476194 - Correct date command, thanks to Vladimir Romanov

Revision  Changes    Path
1.15                 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.14&r2=1.15

Index: hb-install-mips-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-mips-stage.xml	1 Aug 2013 19:32:16 -0000	1.14
+++ hb-install-mips-stage.xml	1 Aug 2013 19:35:57 -0000	1.15
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.14 2013/08/01 19:32:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.15 2013/08/01 19:35:57 swift Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 describe how you extract the stage3 archive and configure Portage.
 </abstract>
 
-<version>12</version>
+<version>13</version>
 <date>2013-08-01</date>
 
 <section>
@@ -33,18 +33,18 @@
 
 <pre caption="Verifying the date/time">
 # <i>date</i>
-Fri Mar 29 16:21:18 CEST 2005
+Fri Mar 29 16:21:18 CEST 2013
 </pre>
 
 <p>
 If the date/time displayed is wrong, update it using the <c>date
 MMDDhhmmYYYY</c> syntax (<b>M</b>onth, <b>D</b>ay, <b>h</b>our, <b>m</b>inute
 and <b>Y</b>ear). For instance, to set the date to March 29th, 16:21 in the
-year 2005:
+year 2013:
 </p>
 
 <pre caption="Setting the date/time">
-# <i>date 032916212010</i>
+# <i>date 032916212013</i>
 </pre>
 
 </body>





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-01 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 19:32 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-stage.xml Sven Vermeulen (swift)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 19:35 Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox