releases/specs/ppc/ppc64: add systemd specs

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-20 06:24:15 -07:00
parent 2b6807ae87
commit db9650d319
No known key found for this signature in database
GPG key ID: A272C8F015129D52
3 changed files with 26 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

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