diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 40ddd149..0fbc89c8 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -11,7 +11,8 @@ SPECS="ppc32/stage1.spec ppc32/stage3.spec ppc64/stage1.spec ppc64/stage3.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" - +#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec" + KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc EMAIL_SUBJECT_PREPEND="[ppc-auto]" @@ -48,6 +49,9 @@ post_build() { ppc64/stage3.spec) upload default/stage3-ppc64-*${TIMESTAMP}*.xz* ;; + ppc64/musl-hardened-stage3*.spec) + upload musl-hardened/stage3-ppc64-musl-hardened-${TIMESTAMP}*.xz* + ;; *) echo "Finished ${spec}" ;;