From b9ae3c31098fdb5532c9127d40301c79ef6b80d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 15 Jan 2022 01:12:13 +0100 Subject: [PATCH] Also try to build an alpha systemd stage3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-alpha.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}" ;;