Also try to build an alpha systemd stage3

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-15 01:12:13 +01:00
parent a6d2867118
commit b9ae3c3109
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -6,11 +6,13 @@ UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha
EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"
SETS="openrc"
SETS="openrc systemd"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/alpha
update_symlinks() {
@ -38,6 +40,9 @@ post_build() {
stage3-openrc.spec)
upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload stage3-*systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;