specs/ppc/ppc64le: add musl-hardened 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
206f2fe4ba
commit
1e93058770
3 changed files with 30 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
|
||||
|
||||
SPECS="stage1.spec stage3.spec"
|
||||
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"
|
||||
|
@ -44,7 +45,10 @@ post_build() {
|
|||
upload *${TIMESTAMP}*.iso*
|
||||
;;
|
||||
stage3*.spec)
|
||||
upload stage3-ppc64le-*${TIMESTAMP}*.xz*
|
||||
upload stage3-ppc64le-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
musl-hardened-stage3*.spec)
|
||||
upload stage3-ppc64le-musl-hardened-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue