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

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