From: Sam James <sam@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: Sam James <sam@gentoo.org>
Subject: [gentoo-dev] [PATCH 00/16] eclass: add 'QA Notice:' prefix to eqawarn
Date: Wed, 23 Apr 2025 14:57:53 +0100 [thread overview]
Message-ID: <cover.1745416684.git.sam@gentoo.org> (raw)
The tinderboxes won't file bugs for just bare 'eqawarn' unless the
message has a 'QA Notice:' prefix. Add 'QA Notice:' as a prefix to
all eqawarn calls in eclass/, with flag-o-matic.eclass and gstreamer-meson.eclass
as exceptions as both would be quite noisy, and the gstreamer-meson.eclass
checks are known to have FPs (so we don't want bugs for all of those).
See https://bugs.gentoo.org/954151 for a motivating example.
I'm working with toralf to keep an eye on any possibly noisy bits
that come out of this and will watch bugs. I'd like to push this later
today given the distutils-r1 especially means we may well be missing
some serious issues right now.
Sam James (16):
distutils-r1.eclass: add 'QA Notice:' prefix to eqawarn
python-r1.eclass: add 'QA Notice:' prefix to eqawarn
python-utils-r1.eclass: add 'QA Notice:' prefix to eqawarn
autotools.eclass: use 'QA Notice:' prefix in eqawarn
cargo.eclass: use 'QA Notice:' prefix in eqawarn
chromium-2.eclass: use 'QA Notice:' prefix in eqawarn
cmake.eclass: use 'QA Notice:' prefix in eqawarn
ecm.eclass: use 'QA Notice:' prefix in eqawarn
go-module.eclass: use 'QA Notice:' prefix in eqawarn
haskell-cabal.eclass: use 'QA Notice:' prefix in eqawarn
java-pkg-simple.eclass: use 'QA Notice:' prefix in eqawarn
rpm.eclass: use 'QA Notice:' prefix in eqawarn
ruby-ng.eclass: use 'QA Notice:' prefix in eqawarn
toolchain.eclass: use 'QA Notice:' prefix in eqawarn
wxwidgets.eclass: use 'QA Notice:' prefix in eqawarn
xorg-3.eclass: use 'QA Notice:' prefix in eqawarn
eclass/autotools.eclass | 4 ++--
eclass/cargo.eclass | 2 +-
eclass/chromium-2.eclass | 6 +++---
eclass/cmake.eclass | 2 +-
eclass/distutils-r1.eclass | 10 +++++-----
eclass/ecm.eclass | 6 +++---
eclass/go-module.eclass | 4 ++--
eclass/haskell-cabal.eclass | 4 ++--
eclass/java-pkg-simple.eclass | 2 +-
eclass/python-r1.eclass | 2 +-
eclass/python-utils-r1.eclass | 2 +-
eclass/rpm.eclass | 6 +++---
eclass/ruby-ng.eclass | 2 +-
eclass/toolchain.eclass | 2 +-
eclass/wxwidgets.eclass | 4 ++--
eclass/xorg-3.eclass | 2 +-
16 files changed, 30 insertions(+), 30 deletions(-)
--
2.49.0
next reply other threads:[~2025-04-23 14:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 13:57 Sam James [this message]
2025-04-23 13:57 ` [gentoo-dev] [PATCH 01/16] distutils-r1.eclass: add 'QA Notice:' prefix to eqawarn 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 ` [gentoo-dev] [PATCH 04/16] autotools.eclass: use 'QA Notice:' prefix in eqawarn Sam James
2025-04-23 13:57 ` [gentoo-dev] [PATCH 05/16] cargo.eclass: " 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=cover.1745416684.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