Add experimental ia64 systemd stages

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

View file

@ -5,7 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
SPECS="stage1-openrc.spec stage3-openrc.spec"
SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@ -35,6 +35,9 @@ post_build() {
stage3-openrc.spec)
upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload stage3-*systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;