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:
parent
1e93058770
commit
8cd33e80e0
3 changed files with 27 additions and 1 deletions
|
@ -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*
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue