public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 00/16] eclass: add 'QA Notice:' prefix to eqawarn
@ 2025-04-23 13:57 Sam James
  2025-04-23 13:57 ` [gentoo-dev] [PATCH 01/16] distutils-r1.eclass: " Sam James
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Sam James @ 2025-04-23 13:57 UTC (permalink / raw
  To: gentoo-dev; +Cc: Sam James

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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-04-23 14:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox