From db9650d319f89cc48caa430202f4aff87028e829 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 20 Jul 2021 06:24:15 -0700 Subject: [PATCH] releases/specs/ppc/ppc64: add systemd specs Signed-off-by: Georgy Yakovlev --- releases/specs/ppc/ppc64/stage1-systemd.spec | 12 ++++++++++++ releases/specs/ppc/ppc64/stage3-systemd.spec | 10 ++++++++++ tools/catalyst-auto-ppc.conf | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 releases/specs/ppc/ppc64/stage1-systemd.spec create mode 100644 releases/specs/ppc/ppc64/stage3-systemd.spec diff --git a/releases/specs/ppc/ppc64/stage1-systemd.spec b/releases/specs/ppc/ppc64/stage1-systemd.spec new file mode 100644 index 00000000..1a7120d7 --- /dev/null +++ b/releases/specs/ppc/ppc64/stage1-systemd.spec @@ -0,0 +1,12 @@ +subarch: ppc64 +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc64/17.0 +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-ppc64-systemd-latest +compression_mode: pixz_x +update_seed: yes +update_seed_command: --with-bdeps=y --changed-deps=y --dynamic-deps=y --complete-graph=y --keep-going --backtrack=300 @world --jobs 8 --load-average 12 +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/ppc/ppc64/stage3-systemd.spec b/releases/specs/ppc/ppc64/stage3-systemd.spec new file mode 100644 index 00000000..a714c302 --- /dev/null +++ b/releases/specs/ppc/ppc64/stage3-systemd.spec @@ -0,0 +1,10 @@ +subarch: ppc64 +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc64/17.0/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-ppc64-systemd-@TIMESTAMP@ +compression_mode: pixz_x +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 77e9323e..e27e3687 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -11,6 +11,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -49,6 +50,9 @@ post_build() { ppc64/stage3-openrc.spec) upload default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz* ;; + ppc64/stage3-systemd.spec) + upload default/stage3-ppc64-systemd-*${TIMESTAMP}*.xz* + ;; ppc64/stage3-musl-hardened-openrc.spec) upload musl-hardened/stage3-ppc64-musl-hardened-openrc-*${TIMESTAMP}*.xz* ;;