Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sun, 16 Sep 2018 05:48:31
Message-Id: 1537076831.caa080159ad259649d9d1200fe41dfefc00e3291.mattst88@gentoo
1 commit: caa080159ad259649d9d1200fe41dfefc00e3291
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 16 05:30:29 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 16 05:47:11 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=caa08015
7
8 catalyst-auto: Don't build ppc64-32ul stages
9
10 ppc64-32ul provides nothing that standard 32-bit ppc does not, as far as
11 I can tell.
12
13 tools/catalyst-auto-ppc64.conf | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
17 index 3ca55464..64561ab3 100644
18 --- a/tools/catalyst-auto-ppc64.conf
19 +++ b/tools/catalyst-auto-ppc64.conf
20 @@ -3,7 +3,7 @@
21
22 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64
23
24 -SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
25 +SPECS="stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
26
27 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
28 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"