releases/specs/ppc: rename BE ppc/64 specs to -openrc

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-16 23:28:33 -07:00
parent 95acfe4213
commit 209b0d562a
No known key found for this signature in database
GPG key ID: A272C8F015129D52
8 changed files with 24 additions and 24 deletions

View file

@ -5,13 +5,13 @@ UPLOAD_USER=ppc
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ppc
SPECS="ppc32/stage1.spec ppc32/stage3.spec ppc64/stage1.spec ppc64/stage3.spec"
SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spec ppc64/stage3-openrc.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc
@ -43,14 +43,14 @@ post_build() {
ppc32/installcd-stage2-minimal.spec)
upload default/*${TIMESTAMP}*.iso*
;;
ppc32/stage3.spec)
upload default/stage3-ppc-*${TIMESTAMP}*.xz*
ppc32/stage3-openrc.spec)
upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz*
;;
ppc64/stage3.spec)
upload default/stage3-ppc64-*${TIMESTAMP}*.xz*
ppc64/stage3-openrc.spec)
upload default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz*
;;
ppc64/musl-hardened-stage3*.spec)
upload musl-hardened/stage3-ppc64-musl-hardened-${TIMESTAMP}*.xz*
ppc64/stage3-musl-hardened-openrc.spec)
upload musl-hardened/stage3-ppc64-musl-hardened-openrc-*${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"