From 5352861020e96865ab453f5e5b311011b109983a Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 12 Dec 2022 10:40:58 -0800 Subject: [PATCH] specs/ppc64le: add power9 desktop openrc stages no need for power8 stages, nobody uses those machines as desktop. Signed-off-by: Georgy Yakovlev --- .../specs/ppc/ppc64le/stage3d-openrc-power9le.spec | 10 ++++++++++ tools/catalyst-auto-ppc64le.conf | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec diff --git a/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec b/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec new file mode 100644 index 00000000..94cee65e --- /dev/null +++ b/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec @@ -0,0 +1,10 @@ +subarch: power9le +target: stage3 +version_stamp: desktop-openrc-@TIMESTAMP@ +rel_type: power9le +profile: default/linux/ppc64le/17.0/desktop +snapshot: @TIMESTAMP@ +source_subpath: power9le/stage1-power9le-openrc-@TIMESTAMP@ +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 516f969a..f24460c8 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -9,7 +9,7 @@ SPECS="stage1-openrc.spec stage3-openrc.spec" OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec" OPTIONAL_SPECS+=" stage1-systemd-mu.spec stage3-systemd-mu.spec" -OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec" +OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec stage3d-openrc-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-mu-power9le.spec stage3-systemd-mu-power9le.spec" OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec" @@ -59,6 +59,9 @@ post_build() { stage3-openrc-power9le.spec) upload power9le/stage3-power9le-openrc-${TIMESTAMP}*.xz* ;; + stage3d-openrc-power9le.spec) + upload power9le/stage3-power9le-desktop-openrc-${TIMESTAMP}*.xz* + ;; stage3-systemd-power9le.spec) upload power9le/stage3-power9le-systemd-${TIMESTAMP}*.xz* ;;