Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r748 - in trunk: . releases/weekly releases/weekly/specs/ppc/ppc64 tools
Date: Wed, 08 Sep 2010 17:57:34
Message-Id: 20100908175730.617A820051@flycatcher.gentoo.org
1 Author: armin76
2 Date: 2010-09-08 17:57:30 +0000 (Wed, 08 Sep 2010)
3 New Revision: 748
4
5 Modified:
6 trunk/ChangeLog
7 trunk/releases/weekly/ChangeLog
8 trunk/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec
9 trunk/tools/catalyst-auto-ppc64.conf
10 Log:
11 Fix for ppc64
12
13 Modified: trunk/ChangeLog
14 ===================================================================
15 --- trunk/ChangeLog 2010-09-06 17:22:38 UTC (rev 747)
16 +++ trunk/ChangeLog 2010-09-08 17:57:30 UTC (rev 748)
17 @@ -2,6 +2,11 @@
18 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
19 # $Header: $
20
21 + 08 Sep 2010; Raúl Porcel <armin76@g.o> releases/weekly/ChangeLog,
22 + releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec,
23 + tools/catalyst-auto-ppc64.conf:
24 + Fix for ppc64
25 +
26 06 Sep 2010; Raúl Porcel <armin76@g.o>
27 +tools/catalyst-auto-ppc.conf, +tools/catalyst-auto-ppc64.conf:
28 Add ppc configs
29
30 Modified: trunk/releases/weekly/ChangeLog
31 ===================================================================
32 --- trunk/releases/weekly/ChangeLog 2010-09-06 17:22:38 UTC (rev 747)
33 +++ trunk/releases/weekly/ChangeLog 2010-09-08 17:57:30 UTC (rev 748)
34 @@ -2,6 +2,10 @@
35 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: $
37
38 + 08 Sep 2010; Raúl Porcel <armin76@g.o>
39 + specs/ppc/ppc64/installcd-stage2-minimal.spec:
40 + Fix version_stamp on ppc64 minimalcd
41 +
42 06 Sep 2010; Raúl Porcel <armin76@g.o>
43 +kconfig/powerpc/installcd-ppc32apple-2.6.34.config,
44 specs/ppc/ppc64/installcd-stage2-minimal.spec,
45
46 Modified: trunk/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec
47 ===================================================================
48 --- trunk/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec 2010-09-06 17:22:38 UTC (rev 747)
49 +++ trunk/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec 2010-09-08 17:57:30 UTC (rev 748)
50 @@ -2,7 +2,7 @@
51 target: livecd-stage2
52 rel_type: default
53 snapshot: 2008.0
54 -version_stamp: minimal-2008.0
55 +version_stamp: 2008.0
56 profile: default/linux/powerpc/ppc64/10.0/32bit-userland
57 source_subpath: default/livecd-stage1-ppc64-32ul-2008.0
58
59
60 Modified: trunk/tools/catalyst-auto-ppc64.conf
61 ===================================================================
62 --- trunk/tools/catalyst-auto-ppc64.conf 2010-09-06 17:22:38 UTC (rev 747)
63 +++ trunk/tools/catalyst-auto-ppc64.conf 2010-09-08 17:57:30 UTC (rev 748)
64 @@ -4,8 +4,9 @@
65 SVNDIR=/home/armin76/releng
66
67 SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64
68 -
69 -SPECS="stage1.spec stage2.spec stage3.spec"
70 +
71 +SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
72 +
73 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
74 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
75 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"