commit:     db9650d319f89cc48caa430202f4aff87028e829
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 13:24:15 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 13:24:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=db9650d3

releases/specs/ppc/ppc64: add systemd specs

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 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(+)

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*
                ;;

Reply via email to