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.
This commit is contained in:
Matt Turner 2018-09-15 22:30:29 -07:00
parent 0f38d932d8
commit caa080159a

View file

@ -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"