commit: 109d2208b0d3cd6f8dd2124daddf191d0ed2324b Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed Oct 19 01:14:00 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed Oct 19 01:16:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=109d2208
releases/specs/ppc/ppc32: add systemd specs Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> releases/specs/ppc/ppc32/stage1-systemd.spec | 12 ++++++++++++ releases/specs/ppc/ppc32/stage3-systemd.spec | 10 ++++++++++ tools/catalyst-auto-ppc.conf | 4 ++++ 3 files changed, 26 insertions(+) diff --git a/releases/specs/ppc/ppc32/stage1-systemd.spec b/releases/specs/ppc/ppc32/stage1-systemd.spec new file mode 100644 index 00000000..2221dbf3 --- /dev/null +++ b/releases/specs/ppc/ppc32/stage1-systemd.spec @@ -0,0 +1,12 @@ +subarch: ppc +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc/17.0/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-ppc-systemd-latest +compression_mode: pixz +update_seed: yes +update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12 +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/ppc/ppc32/stage3-systemd.spec b/releases/specs/ppc/ppc32/stage3-systemd.spec new file mode 100644 index 00000000..8a94106e --- /dev/null +++ b/releases/specs/ppc/ppc32/stage3-systemd.spec @@ -0,0 +1,10 @@ +subarch: ppc +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc/17.0/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-ppc-systemd-@TIMESTAMP@ +compression_mode: pixz +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 8b08df59..a4ce6e78 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe 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" +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -48,6 +49,9 @@ post_build() { ppc32/stage3-openrc.spec) upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; + ppc32/stage3-systemd.spec) + upload default/stage3-ppc-systemd-*${TIMESTAMP}*.xz* + ;; ppc32/stage3-musl-hardened-openrc.spec) upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* ;;