From e7e7883dcb42371cc67b3c0879c28328bc581f3d Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 31 Oct 2022 16:25:48 -0700 Subject: [PATCH] tools/catalyst-auto-ppc64le.conf: build/upload power9le musl Signed-off-by: Georgy Yakovlev --- tools/catalyst-auto-ppc64le.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index a8fcc7d2..7179a9c8 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -11,7 +11,8 @@ OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec" OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-mergedusr-power9le.spec stage3-systemd-mergedusr-power9le.spec" -OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec" +OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec" +OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" @@ -23,7 +24,7 @@ EMAIL_SUBJECT_PREPEND="[ppc64le-auto]" update_symlinks() { # Symlink the latest stages3 to build from local d f t - for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened} ; do + for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened,power9le-musl-hardened} ; do pushd "${d}" >/dev/null for t in ppc64le power9le; do for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do @@ -62,6 +63,9 @@ post_build() { stage3-musl-hardened-openrc.spec) upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz* ;; + stage3-musl-hardened-openrc-power9le.spec) + upload power9le-musl-hardened/stage3-power9le-musl-hardened-openrc-${TIMESTAMP}*.xz* + ;; *) echo "Finished ${spec}" ;;