diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index 50d8329c..323bd88d 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -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}" ;;