Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-upgrading.xml
Date: Mon, 19 Dec 2005 11:49:26
Message-Id: 200512191149.jBJBnHKQ020491@robin.gentoo.org
1 jkt 05/12/19 11:49:16
2
3 Modified: xml/htdocs/doc/en gentoo-upgrading.xml
4 Log:
5 #114726, "The architecture directory is missing from the "obsolete" profile link"
6
7 Revision Changes Path
8 1.27 +6 -5 xml/htdocs/doc/en/gentoo-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
13
14 Index: gentoo-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- gentoo-upgrading.xml 21 Sep 2005 08:49:48 -0000 1.26
21 +++ gentoo-upgrading.xml 19 Dec 2005 11:49:16 -0000 1.27
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.26 2005/09/21 08:49:48 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.27 2005/12/19 11:49:16 jkt Exp $ -->
27
28 <guide link="/doc/en/gentoo-upgrading.xml">
29 <title>Gentoo Upgrading Guide</title>
30 @@ -17,8 +17,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.14</version>
35 -<date>2005-09-20</date>
36 +<version>2.15</version>
37 +<date>2005-12-19</date>
38
39 <chapter>
40 <title>Gentoo and Upgrades</title>
41 @@ -513,13 +513,14 @@
42 <p>
43 To work around this problem, users can set a temporary symbolic link to the
44 <e>obsolete</e> profile, allowing them to upgrade their Portage after which
45 -they can continue with the upgrade procedure set forth in this guide:
46 +they can continue with the upgrade procedure set forth in this guide. Please
47 +substitute <c>&lt;arch&gt;</c> with your respective architecture:
48 </p>
49
50 <pre caption="Updating Portage through the obsolete profile">
51 # <i>rm /etc/make.profile</i>
52 # <i>cd /etc</i>
53 -# <i>ln -sf ../usr/portage/profiles/obsolete make.profile</i>
54 +# <i>ln -sf ../usr/portage/profiles/obsolete/&lt;arch&gt; make.profile</i>
55 # <i>emerge -n '>=sys-apps/portage-2.0.51'</i>
56 </pre>
57
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list