Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sat, 15 Jan 2022 00:12:41
Message-Id: 1642205533.b9ae3c31098fdb5532c9127d40301c79ef6b80d4.dilfridge@gentoo
1 commit: b9ae3c31098fdb5532c9127d40301c79ef6b80d4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 15 00:12:13 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 00:12:13 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b9ae3c31
7
8 Also try to build an alpha systemd stage3
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-alpha.conf | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf
16 index 50d8329c..323bd88d 100644
17 --- a/tools/catalyst-auto-qemu-alpha.conf
18 +++ b/tools/catalyst-auto-qemu-alpha.conf
19 @@ -6,11 +6,13 @@ UPLOAD_KEY=/root/.ssh/id_rsa
20 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha
21 EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"
22
23 -SETS="openrc"
24 +SETS="openrc systemd"
25
26 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
27 SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
28
29 +SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
30 +
31 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/alpha
32
33 update_symlinks() {
34 @@ -38,6 +40,9 @@ post_build() {
35 stage3-openrc.spec)
36 upload stage3-*openrc-${TIMESTAMP}*.xz*
37 ;;
38 + stage3-systemd.spec)
39 + upload stage3-*systemd-${TIMESTAMP}*.xz*
40 + ;;
41 *)
42 echo "Finished ${spec}"
43 ;;