diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-09-15 22:30:29 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-09-15 22:47:11 -0700 |
commit | caa080159ad259649d9d1200fe41dfefc00e3291 (patch) | |
tree | caff64845f11619a7634a50f6611fe9b21809bbf | |
parent | specs/ppc: Build stage3 from stage1 (diff) | |
download | releng-caa080159ad259649d9d1200fe41dfefc00e3291.tar.gz releng-caa080159ad259649d9d1200fe41dfefc00e3291.tar.bz2 releng-caa080159ad259649d9d1200fe41dfefc00e3291.zip |
catalyst-auto: Don't build ppc64-32ul stages
ppc64-32ul provides nothing that standard 32-bit ppc does not, as far as
I can tell.
-rw-r--r-- | tools/catalyst-auto-ppc64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index 3ca55464..64561ab3 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -3,7 +3,7 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64 -SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec" +SPECS="stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" |