From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 995BB158087 for ; Sat, 15 Jan 2022 00:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0832BC008; Sat, 15 Jan 2022 00:12:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291552BC008 for ; Sat, 15 Jan 2022 00:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29AFA343361 for ; Sat, 15 Jan 2022 00:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE210A5 for ; Sat, 15 Jan 2022 00:12:35 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1642205533.b9ae3c31098fdb5532c9127d40301c79ef6b80d4.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-alpha.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b9ae3c31098fdb5532c9127d40301c79ef6b80d4 X-VCS-Branch: master Date: Sat, 15 Jan 2022 00:12:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61228e90-10fe-4ae4-b5cb-96e23819a8d5 X-Archives-Hash: b7c19efd7b35ae67beb3ffc3efb9d171 commit: b9ae3c31098fdb5532c9127d40301c79ef6b80d4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 15 00:12:13 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jan 15 00:12:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b9ae3c31 Also try to build an alpha systemd stage3 Signed-off-by: Andreas K. Hüttel gentoo.org> 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}" ;;