aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-09-15 22:30:29 -0700
committerMatt Turner <mattst88@gentoo.org>2018-09-15 22:47:11 -0700
commitcaa080159ad259649d9d1200fe41dfefc00e3291 (patch)
treecaff64845f11619a7634a50f6611fe9b21809bbf
parentspecs/ppc: Build stage3 from stage1 (diff)
downloadreleng-caa08015.tar.gz
releng-caa08015.tar.bz2
releng-caa08015.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.conf2
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"