From 630f0be613bc8801a089af29860a5d17dea1df87 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 Sep 2018 22:32:40 -0700 Subject: [PATCH] catalyst-auto: Skip powerpc stage2 builds --- tools/catalyst-auto-ppc.conf | 2 +- tools/catalyst-auto-ppc64.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index d689fdbc..f35a2c12 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -3,7 +3,7 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc32 -SPECS="stage1.spec stage2.spec stage3.spec" +SPECS="stage1.spec stage3.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index 044eb50f..06ae2abe 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-64ul.spec stage2-64ul.spec stage3-64ul.spec" +SPECS="stage1-64ul.spec stage3-64ul.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"