Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r655 - trunk/tools
Date: Wed, 01 Jul 2009 03:12:33
Message-Id: E1MLqFK-0006t5-Rw@stork.gentoo.org
1 Author: agaffney
2 Date: 2009-07-01 03:12:29 +0000 (Wed, 01 Jul 2009)
3 New Revision: 655
4
5 Modified:
6 trunk/tools/ChangeLog
7 trunk/tools/catalyst-auto-hppa.conf
8 Log:
9 Switch hppa config to use build sets
10
11 Modified: trunk/tools/ChangeLog
12 ===================================================================
13 --- trunk/tools/ChangeLog 2009-06-28 23:49:26 UTC (rev 654)
14 +++ trunk/tools/ChangeLog 2009-07-01 03:12:29 UTC (rev 655)
15 @@ -2,6 +2,9 @@
16 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
17 # $Id$
18
19 + 01 Jul 2009; Andrew Gaffney <agaffney@g.o> catalyst-auto-hppa.conf:
20 + Switch hppa config to use build sets
21 +
22 27 Jun 2009; Andrew Gaffney <agaffney@g.o> catalyst-auto,
23 catalyst-auto-amd64.conf, catalyst-auto-x86.conf:
24 Add concept of build sets to catalyst-auto
25
26 Modified: trunk/tools/catalyst-auto-hppa.conf
27 ===================================================================
28 --- trunk/tools/catalyst-auto-hppa.conf 2009-06-28 23:49:26 UTC (rev 654)
29 +++ trunk/tools/catalyst-auto-hppa.conf 2009-07-01 03:12:29 UTC (rev 655)
30 @@ -3,13 +3,12 @@
31
32 SPECS_DIR=/root/releng/trunk/releases/weekly/specs/hppa
33
34 -SPECS="hppa1.1/stage1.spec hppa1.1/stage2.spec hppa1.1/stage3.spec hppa2.0/stage1.spec hppa2.0/stage2.spec hppa2.0/stage3.spec"
35 -#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
36 -#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
37 -#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
38 +SETS="hppa1_1 hppa2_0"
39
40 -#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
41 +SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage2.spec hppa1.1/stage3.spec"
42
43 +SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage2.spec hppa2.0/stage3.spec"
44 +
45 #KCONFIG_DIR=/root/releng/svn-releng/trunk/releases/weekly/kconfig/hppa
46
47 EMAIL_TO=releng@g.o