jkt 05/12/19 11:49:16 Modified: xml/htdocs/doc/en gentoo-upgrading.xml Log: #114726, "The architecture directory is missing from the "obsolete" profile link"
Revision Changes Path 1.27 +6 -5 xml/htdocs/doc/en/gentoo-upgrading.xml 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 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 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 Index: gentoo-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gentoo-upgrading.xml 21 Sep 2005 08:49:48 -0000 1.26 +++ gentoo-upgrading.xml 19 Dec 2005 11:49:16 -0000 1.27 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.26 2005/09/21 08:49:48 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.27 2005/12/19 11:49:16 jkt Exp $ --> <guide link="/doc/en/gentoo-upgrading.xml"> <title>Gentoo Upgrading Guide</title> @@ -17,8 +17,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.14</version> -<date>2005-09-20</date> +<version>2.15</version> +<date>2005-12-19</date> <chapter> <title>Gentoo and Upgrades</title> @@ -513,13 +513,14 @@ <p> To work around this problem, users can set a temporary symbolic link to the <e>obsolete</e> profile, allowing them to upgrade their Portage after which -they can continue with the upgrade procedure set forth in this guide: +they can continue with the upgrade procedure set forth in this guide. Please +substitute <c><arch></c> with your respective architecture: </p> <pre caption="Updating Portage through the obsolete profile"> # <i>rm /etc/make.profile</i> # <i>cd /etc</i> -# <i>ln -sf ../usr/portage/profiles/obsolete make.profile</i> +# <i>ln -sf ../usr/portage/profiles/obsolete/<arch> make.profile</i> # <i>emerge -n '>=sys-apps/portage-2.0.51'</i> </pre> -- [email protected] mailing list
