From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-103450-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 529861584AD for <garchives@archives.gentoo.org>; Wed, 23 Apr 2025 14:01:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 34B413430C7 for <garchives@archives.gentoo.org>; Wed, 23 Apr 2025 14:01:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 500781104BC; Wed, 23 Apr 2025 14:00:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8460B11029A for <gentoo-dev@lists.gentoo.org>; Wed, 23 Apr 2025 14:00:47 +0000 (UTC) Received: from mop.. (unknown [82.8.138.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sam@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BF63A342FB6; Wed, 23 Apr 2025 14:00:46 +0000 (UTC) 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 Message-ID: <cover.1745416684.git.sam@gentoo.org> X-Mailer: git-send-email 2.49.0 Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: fe63ce34-ae72-4858-a59c-8111dd109bf0 X-Archives-Hash: 1ed411c9d5966e48bf31d08ffe49c737 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