specs/ppc/ppc64le: add systemd specs

Closes: https://github.com/gentoo/releng/pull/5
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2020-10-05 13:03:16 -07:00 committed by Matt Turner
parent 1e93058770
commit 8cd33e80e0
3 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,12 @@
subarch: ppc64le
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/ppc64le/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-ppc64le-systemd-latest
compression_mode: pixz_x
update_seed: yes
update_seed_command: --update --deep --newuse @world --jobs 5 --load-average 5
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,10 @@
subarch: ppc64le
target: stage3
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/ppc64le/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-ppc64le-systemd-@TIMESTAMP@
compression_mode: pixz_x
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -4,7 +4,8 @@
SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
SPECS="stage1.spec stage3.spec"
OPTIONAL_SPECS="musl-hardened-stage1.spec musl-hardened-stage3.spec"
OPTIONAL_SPECS="systemd-stage1.spec systemd-stage3.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} musl-hardened-stage1.spec musl-hardened-stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
@ -47,6 +48,9 @@ post_build() {
stage3*.spec)
upload stage3-ppc64le-${TIMESTAMP}*.xz*
;;
systemd-stage3*.spec)
upload stage3-ppc64le-systemd-${TIMESTAMP}*.xz*
;;
musl-hardened-stage3*.spec)
upload stage3-ppc64le-musl-hardened-${TIMESTAMP}*.xz*
;;