aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-09-15 22:32:40 -0700
committerMatt Turner <mattst88@gentoo.org>2018-09-15 22:47:11 -0700
commit630f0be613bc8801a089af29860a5d17dea1df87 (patch)
tree99e81b909ca0896f6915dc40a30df2ec3a098f1b
parentcatalyst-auto: Switch powerpc livecds from ppc64-32ul to ppc (diff)
downloadreleng-630f0be613bc8801a089af29860a5d17dea1df87.tar.gz
releng-630f0be613bc8801a089af29860a5d17dea1df87.tar.bz2
releng-630f0be613bc8801a089af29860a5d17dea1df87.zip
catalyst-auto: Skip powerpc stage2 builds
-rw-r--r--tools/catalyst-auto-ppc.conf2
-rw-r--r--tools/catalyst-auto-ppc64.conf2
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"