ia64: add openrc suffix to specs and stage names

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-22 16:07:38 +01:00
parent 9d868b1b0f
commit 30f989d595
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
5 changed files with 8 additions and 22 deletions

View file

@ -5,11 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
SPECS="stage1.spec stage3.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"
SPECS="stage1-openrc.spec stage3-openrc.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@ -36,8 +32,8 @@ post_build() {
installcd-stage2*)
upload *${TIMESTAMP}*.iso*
;;
stage3.spec)
upload stage3-*${TIMESTAMP}*.xz*
stage3-openrc.spec)
upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"