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: Sun, 26 Sep 2021 12:35:02
Message-Id: 1632659670.eb059fcbb3be6f9e2d4c533e29c9abb45aecdf7b.dilfridge@gentoo
1 commit: eb059fcbb3be6f9e2d4c533e29c9abb45aecdf7b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 12:34:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 12:34:30 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=eb059fcb
7
8 Set e-mail subject to alpha-qemu
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-alpha.conf | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf
16 index 9e22ee1b..50d8329c 100644
17 --- a/tools/catalyst-auto-qemu-alpha.conf
18 +++ b/tools/catalyst-auto-qemu-alpha.conf
19 @@ -4,7 +4,8 @@
20 UPLOAD_USER=alpha
21 UPLOAD_KEY=/root/.ssh/id_rsa
22 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha
23 -
24 +EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"
25 +
26 SETS="openrc"
27
28 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"