commit:     e486326b970a4fc43765033011463cea33809da6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 20:43:25 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 20:43:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e486326b

catalyst-auto: fix e-mail subject

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-arm.conf   | 2 ++
 tools/catalyst-auto-qemu-riscv.conf | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tools/catalyst-auto-qemu-arm.conf 
b/tools/catalyst-auto-qemu-arm.conf
index 148ebe90..0e3d06fa 100644
--- a/tools/catalyst-auto-qemu-arm.conf
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -6,6 +6,8 @@ host=$(hostname)
 
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
 
+EMAIL_SUBJECT_PREPEND="[${ARCH}-qemu-auto]"
+
 SETS="
        armv4tl
        armv5tel

diff --git a/tools/catalyst-auto-qemu-riscv.conf 
b/tools/catalyst-auto-qemu-riscv.conf
index f1d54001..7ea3c8f6 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -6,6 +6,8 @@ host=$(hostname)
 
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
 
+EMAIL_SUBJECT_PREPEND="[${ARCH}-qemu-auto]"
+
 SETS="
        multilib
        lp64d

Reply via email to