public inbox for gentoo-releng@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-releng] upgrading istructions for 2004.2
@ 2004-07-22 15:41 Gregorio Guidi
  2004-07-22 18:15 ` John Davis
       [not found] ` <200407221214.53923.vapier@gentoo.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Gregorio Guidi @ 2004-07-22 15:41 UTC (permalink / raw
  To: gentoo-doc; +Cc: gentoo-releng

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

Hi,

Since the release of 2004.2 is impending, I took a little time to put 
gentoo-upgrading.xml in shape. The few lines of instructions that I added to 
deal with 2004.2 are not meant to be final, ideally the releng team should 
substitute with whatever seems appropriate, maybe taken from the release 
notes.

I switched the command to change the profile symlink from referring to 
stackable profiles to non-stackable profiles, since it appears stackable 
profiles are not really used yet.

Thanks
Gregorio

[-- Attachment #2: gentoo-upgrading.xml.patch --]
[-- Type: text/x-diff, Size: 3292 bytes --]

--- gentoo-upgrading.xml.orig	2004-07-22 16:24:33.832275240 +0200
+++ gentoo-upgrading.xml	2004-07-22 17:23:53.289155544 +0200
@@ -101,8 +101,8 @@
 The profile in use is determined by the symbolic link
 <path>/etc/make.profile</path>, which points to the subdirectory of
 <path>/usr/portage/profiles</path> which holds the profile files, for instance
-<path>/usr/portage/profiles/default-x86-2004.0</path> (old-style location) or
-<path>/usr/portage/profiles/default-linux/x86/2004.0</path> (new-style
+<path>/usr/portage/profiles/default-x86-2004.2</path> (old-style location) or
+<path>/usr/portage/profiles/default-linux/x86/2004.2</path> (new-style
 location). With respect to new-style profile directories, note that also the
 files in parent directories are part of the profile (and are therefore shared
 by different profiles).
@@ -204,8 +204,8 @@
 </tr>
 <tr>
   <th>x86</th>
-  <ti>2004.0</ti>
-  <ti>1.4</ti>
+  <ti>2004.2</ti>
+  <ti>2004.0, 1.4</ti>
 </tr>
 <tr>
   <th>hardened-x86</th>
@@ -214,8 +214,8 @@
 </tr>
 <tr>
   <th>amd64</th>
+  <ti>2004.2</ti>
   <ti>2004.0</ti>
-  <ti></ti>
 </tr>
 <tr>
   <th>ppc</th>
@@ -229,7 +229,7 @@
 </tr>
 <tr>
   <th>mips</th>
-  <ti>2004.0</ti>
+  <ti>2004.1</ti>
   <ti>1.4</ti>
 </tr>
 <tr>
@@ -237,6 +237,11 @@
   <ti>2004.0</ti>
   <ti></ti>
 </tr>
+<tr>
+  <th>arm</th>
+  <ti>2004.0</ti>
+  <ti></ti>
+</tr>
 </table>
 
 </body>
@@ -246,19 +251,56 @@
 <chapter>
 <title>Profile updating instructions</title>
 <section>
-<title>Updating from 1.4 to 2004.0 (all archs)</title>
+<title>Updating to 2004.2</title>
 <body>
 
 <p>
-There are no fundamental changes between 1.4 and 2004.0 profiles. Just point
-the <path>/etc/make.profile</path> link to the new location:
+To switch to the 2004.2 profile, point the <path>/etc/make.profile</path> link
+to the new location:
 </p>
 
 <pre caption="Updating the /etc/make.profile link">
+<comment>substitute &lt;arch&gt; with your arch</comment>
 # <i>rm /etc/make.profile</i>
-# <i>ln -s ../usr/portage/profiles/default-linux/x86/2004.0 /etc/make.profile</i>
+# <i>ln -s ../usr/portage/profiles/default-&lt;arch&gt;-2004.2 /etc/make.profile</i>
 </pre>
 
+<p>
+<b>x86</b> - This profile changes the default X11 implementation from
+<c>x11-base/xfree</c> to <c>x11-base/xorg-x11</c>.  This change only touches
+the <e>default</e> value, and is only relevant for those who have not installed
+an X server yet.  If you already have one installed, then it will not affect
+you at all, you are free to switch from one X server to the other exactly as
+before.
+</p>
+
+<p>
+<b>amd64</b> - There are no fundamental changes from previous profiles, no
+specific action needs to be performed.
+</p>
+
+</body>
+</section>
+<section>
+<title>Updating to 2004.0</title>
+<body>
+
+<p>
+To switch to the 2004.0 profile, point the <path>/etc/make.profile</path> link
+to the new location:
+</p>
+
+<pre caption="Updating the /etc/make.profile link">
+<comment>substitute &lt;arch&gt; with your arch</comment>
+# <i>rm /etc/make.profile</i>
+# <i>ln -s ../usr/portage/profiles/default-&lt;arch&gt;-2004.0 /etc/make.profile</i>
+</pre>
+
+<p>
+<b>All archs</b> - There are no fundamental changes from previous profiles, no
+specific action needs to be performed.
+</p>
+
 </body>
 </section>
 <section>


[-- Attachment #3: Type: text/plain, Size: 40 bytes --]

--
gentoo-releng@gentoo.org mailing list

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

* Re: [gentoo-releng] upgrading istructions for 2004.2
  2004-07-22 15:41 [gentoo-releng] upgrading istructions for 2004.2 Gregorio Guidi
@ 2004-07-22 18:15 ` John Davis
       [not found] ` <200407221214.53923.vapier@gentoo.org>
  1 sibling, 0 replies; 4+ messages in thread
From: John Davis @ 2004-07-22 18:15 UTC (permalink / raw
  To: gentoo-releng; +Cc: gentoo-doc

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

On Thu, 2004-07-22 at 11:41, Gregorio Guidi wrote:
> Hi,
> 
> Since the release of 2004.2 is impending, I took a little time to put 
> gentoo-upgrading.xml in shape. The few lines of instructions that I added to 
> deal with 2004.2 are not meant to be final, ideally the releng team should 
> substitute with whatever seems appropriate, maybe taken from the release 
> notes.
> 
> I switched the command to change the profile symlink from referring to 
> stackable profiles to non-stackable profiles, since it appears stackable 
> profiles are not really used yet.
> 
> Thanks
> Gregorio
> 
> ______________________________________________________________________
> --
> gentoo-releng@gentoo.org mailing list

Looks good!

Cheers,
-- 
John Davis
Gentoo Linux Developer
<http://dev.gentoo.org/~zhen>

----
GnuPG Public Key: <http://dev.gentoo.org/~zhen/zhen_pub.asc>
Fingerprint: 4F9E 41F6 D072 5C1A 636C  2D46 B92C 4823 E281 41BB

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* [gentoo-releng] Re: [gentoo-doc] upgrading istructions for 2004.2
       [not found] ` <200407221214.53923.vapier@gentoo.org>
@ 2004-07-23 10:07   ` Gregorio Guidi
  2004-07-23 13:42     ` John Davis
  0 siblings, 1 reply; 4+ messages in thread
From: Gregorio Guidi @ 2004-07-23 10:07 UTC (permalink / raw
  To: gentoo-doc; +Cc: gentoo-releng

On Thursday 22 July 2004 18:14, Mike Frysinger wrote:
> On Thursday 22 July 2004 11:41 am, Gregorio Guidi wrote:
> > -# <i>ln -s ../usr/portage/profiles/default-linux/x86/2004.0
> > /etc/make.profile</i>
> > +# <i>ln -s
> > ../usr/portage/profiles/default-&lt;arch&gt;-2004.2 /etc/make.profile</i>
>
> this is the only bit of the patch that caught my eye ...
> shouldnt it be default/&lt;arch&gt;/2004.2 instead of
> default-&lt;arch&gt;-2004.2 ?

It seemed to me that the stage1 for 2004.2 was going to use the non stackable 
profile (default-<arch>-2004.2), so I thought it made sense to stay with 
non-stackable profiles for now (BTW: are they really exactly equivalent?)

or I'm wrong and 2004.2 uses stackable profiles?

Gregorio

--
gentoo-releng@gentoo.org mailing list


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

* Re: [gentoo-releng] Re: [gentoo-doc] upgrading istructions for 2004.2
  2004-07-23 10:07   ` [gentoo-releng] Re: [gentoo-doc] " Gregorio Guidi
@ 2004-07-23 13:42     ` John Davis
  0 siblings, 0 replies; 4+ messages in thread
From: John Davis @ 2004-07-23 13:42 UTC (permalink / raw
  To: gentoo-releng; +Cc: gentoo-doc

[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]

On Fri, 2004-07-23 at 06:07, Gregorio Guidi wrote:
> On Thursday 22 July 2004 18:14, Mike Frysinger wrote:
> > On Thursday 22 July 2004 11:41 am, Gregorio Guidi wrote:
> > > -# <i>ln -s ../usr/portage/profiles/default-linux/x86/2004.0
> > > /etc/make.profile</i>
> > > +# <i>ln -s
> > > ../usr/portage/profiles/default-&lt;arch&gt;-2004.2 /etc/make.profile</i>
> >
> > this is the only bit of the patch that caught my eye ...
> > shouldnt it be default/&lt;arch&gt;/2004.2 instead of
> > default-&lt;arch&gt;-2004.2 ?
> 
> It seemed to me that the stage1 for 2004.2 was going to use the non stackable 
> profile (default-<arch>-2004.2), so I thought it made sense to stay with 
> non-stackable profiles for now (BTW: are they really exactly equivalent?)
> 
> or I'm wrong and 2004.2 uses stackable profiles?
> 
> Gregorio
> 
> --
> gentoo-releng@gentoo.org mailing list

2004.2 does not use stackable profiles.

Cheers,
-- 
John Davis
Gentoo Linux Developer
<http://dev.gentoo.org/~zhen>

----
GnuPG Public Key: <http://dev.gentoo.org/~zhen/zhen_pub.asc>
Fingerprint: 4F9E 41F6 D072 5C1A 636C  2D46 B92C 4823 E281 41BB

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-07-23 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-22 15:41 [gentoo-releng] upgrading istructions for 2004.2 Gregorio Guidi
2004-07-22 18:15 ` John Davis
     [not found] ` <200407221214.53923.vapier@gentoo.org>
2004-07-23 10:07   ` [gentoo-releng] Re: [gentoo-doc] " Gregorio Guidi
2004-07-23 13:42     ` John Davis

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