Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-upgrading.xml
Date: Tue, 20 Sep 2005 18:24:47
Message-Id: 200509201818.j8KIIdMR026933@robin.gentoo.org
1 swift 05/09/20 18:24:14
2
3 Modified: xml/htdocs/doc/en gentoo-upgrading.xml
4 Log:
5 #102918 - Update on upgrading guide to reflect use of obsolete profile for portage upgrade
6
7 Revision Changes Path
8 1.25 +28 -1 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.25&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.25&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.24&r2=1.25&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.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- gentoo-upgrading.xml 12 Aug 2005 10:29:12 -0000 1.24
21 +++ gentoo-upgrading.xml 20 Sep 2005 18:24:14 -0000 1.25
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.24 2005/08/12 10:29:12 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.25 2005/09/20 18:24:14 swift Exp $ -->
27
28 <guide link="/doc/en/gentoo-upgrading.xml">
29 <title>Gentoo Upgrading Guide</title>
30 @@ -499,6 +499,33 @@
31 </body>
32 </section>
33 <section>
34 +<title>Updating Portage to Support Cascading Profiles</title>
35 +<body>
36 +
37 +<p>
38 +Although this section does not seem to integrate well in this upgrading guide,
39 +it is quite important. Any profile listed above this section requires a Portage
40 +version that supports cascading profiles. However, some obsoleted profiles don't
41 +allow the user to upgrade Portage or the user is using a profile that isn't
42 +available anymore - any attempt to upgrade Portage will result in a failure.
43 +</p>
44 +
45 +<p>
46 +To work around this problem, users can set a temporary symbolic link to the
47 +<e>obsolete</e> profile, allowing them to upgrade their Portage after which
48 +they can continue with the upgrade procedure set forth in this guide:
49 +</p>
50 +
51 +<pre caption="Updating Portage through the obsolete profile">
52 +# <i>rm /etc/make.profile</i>
53 +# <i>cd /etc</i>
54 +# <i>ln -sf ../usr/portage/profiles/obsolete make.profile</i>
55 +# <i>emerge -n '>=sys-apps/portage-2.0.51'</i>
56 +</pre>
57 +
58 +</body>
59 +</section>
60 +<section>
61 <title>Updating to 2004.2</title>
62 <body>
63
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list