Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r585 - trunk/tools
Date: Tue, 28 Oct 2008 02:49:20
Message-Id: E1Kuedy-00055Z-8G@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-10-28 02:49:10 +0000 (Tue, 28 Oct 2008)
3 New Revision: 585
4
5 Modified:
6 trunk/tools/ChangeLog
7 trunk/tools/catalyst-auto-x86.conf
8 Log:
9 Build i686 stage2/3 instead of x86
10
11 Modified: trunk/tools/ChangeLog
12 ===================================================================
13 --- trunk/tools/ChangeLog 2008-10-26 16:26:16 UTC (rev 584)
14 +++ trunk/tools/ChangeLog 2008-10-28 02:49:10 UTC (rev 585)
15 @@ -2,6 +2,9 @@
16 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id$
18
19 + 28 Oct 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto-x86.conf:
20 + Build i686 stage2/3 instead of x86
21 +
22 26 Oct 2008; Andrew Gaffney <agaffney@g.o>
23 catalyst-auto-amd64.conf, +catalyst-auto-x86.conf:
24 Add x86 config and change email to releng@
25
26 Modified: trunk/tools/catalyst-auto-x86.conf
27 ===================================================================
28 --- trunk/tools/catalyst-auto-x86.conf 2008-10-26 16:26:16 UTC (rev 584)
29 +++ trunk/tools/catalyst-auto-x86.conf 2008-10-28 02:49:10 UTC (rev 585)
30 @@ -2,7 +2,7 @@
31 # self-explanatory.
32
33 SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/x86
34 -SPECS="stage1.spec stage2.spec stage3.spec"
35 +SPECS="stage1.spec i686/stage2.spec i686/stage3.spec"
36 SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
37 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
38 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"