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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DFDB158013 for ; Sun, 26 Sep 2021 12:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CEAE0969; Sun, 26 Sep 2021 12:35:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 880DAE0969 for ; Sun, 26 Sep 2021 12:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6382C342DFF for ; Sun, 26 Sep 2021 12:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEABFA3 for ; Sun, 26 Sep 2021 12:34:58 +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: <1632659670.eb059fcbb3be6f9e2d4c533e29c9abb45aecdf7b.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: eb059fcbb3be6f9e2d4c533e29c9abb45aecdf7b X-VCS-Branch: master Date: Sun, 26 Sep 2021 12:34:58 +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: 525d1dc4-6a4e-42ef-8662-c3535d3d84cf X-Archives-Hash: 26cce3c43b1393e00652dada8f1c8202 commit: eb059fcbb3be6f9e2d4c533e29c9abb45aecdf7b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Sep 26 12:34:30 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Sep 26 12:34:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=eb059fcb Set e-mail subject to alpha-qemu Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-alpha.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index 9e22ee1b..50d8329c 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -4,7 +4,8 @@ UPLOAD_USER=alpha UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha - +EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]" + SETS="openrc" SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"