From: Sam James <sam@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: Sam James <sam@gentoo.org>
Subject: [gentoo-dev] [PATCH 04/16] autotools.eclass: use 'QA Notice:' prefix in eqawarn
Date: Wed, 23 Apr 2025 14:57:57 +0100 [thread overview]
Message-ID: <d6057d2fe8725c34b39c4677824aa85a0ebbfc76.1745416685.git.sam@gentoo.org> (raw)
In-Reply-To: <cover.1745416684.git.sam@gentoo.org>
This makes life easier for tinderboxes, but we should improve this in some future
EAPI.
Signed-off-by: Sam James <sam@gentoo.org>
---
eclass/autotools.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 1545b88bc4263..bb33d251ce997 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -598,7 +598,7 @@ autotools_run_tool() {
done
if [[ ${EBUILD_PHASE_FUNC} != "src_prepare" ]] ; then
- eqawarn "Running '${1}' in ${EBUILD_PHASE_FUNC} phase"
+ eqawarn "QA Notice: Running '${1}' in ${EBUILD_PHASE_FUNC} phase"
fi
if ${missing_ok} && ! type -P ${1} >/dev/null ; then
--
2.49.0
next prev parent reply other threads:[~2025-04-23 14:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 13:57 [gentoo-dev] [PATCH 00/16] eclass: add 'QA Notice:' prefix to eqawarn Sam James
2025-04-23 13:57 ` [gentoo-dev] [PATCH 01/16] distutils-r1.eclass: " Sam James
2025-04-23 13:57 ` [gentoo-dev] [PATCH 02/16] python-r1.eclass: " Sam James
2025-04-23 13:57 ` [gentoo-dev] [PATCH 03/16] python-utils-r1.eclass: " Sam James
2025-04-23 13:57 ` Sam James [this message]
2025-04-23 13:57 ` [gentoo-dev] [PATCH 05/16] cargo.eclass: use 'QA Notice:' prefix in eqawarn Sam James
2025-04-23 13:57 ` [gentoo-dev] [PATCH 06/16] chromium-2.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 07/16] cmake.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 08/16] ecm.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 09/16] go-module.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 10/16] haskell-cabal.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 11/16] java-pkg-simple.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 12/16] rpm.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 13/16] ruby-ng.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 14/16] toolchain.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 15/16] wxwidgets.eclass: " Sam James
2025-04-23 13:58 ` [gentoo-dev] [PATCH 16/16] xorg-3.eclass: " Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d6057d2fe8725c34b39c4677824aa85a0ebbfc76.1745416685.git.sam@gentoo.org \
--to=sam@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox