header :contains "List-Id" "<bug-automake.gnu.org>",
header :contains "List-Id" "<bug-libtool.gnu.org>",
header :contains "List-Id" "<bug-m4.gnu.org>",
+ header :contains "List-Id" "<autoconf-patches.gnu.org>",
header :contains "List-Id" "<automake-patches.gnu.org>",
- header :contains "List-Id" "<patches-autoconf.gnu.org>",
header :contains "List-Id" "<patches-libtool.gnu.org>",
header :contains "List-Id" "<patches-m4.gnu.org>",
header :contains "X-Gnu-PR-Package" "autoconf",
}
# Gentoo: arches
- elsif allof (header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org")
+ elsif allof (header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org")
{
# stable/keyword req
- if anyof(header :regex "X-Bugzilla-Keywords" "((KEYWORD|STABLE)REQ|TESTFAILURE)")
+ if anyof(
+ header :regex "X-Bugzilla-Keywords" "((KEYWORD|STABLE)REQ|TESTFAILURE|CC-ARCHES)",
+ header :regex "X-Bugzilla-Component" "(Keywording|Stabilization)"
+ )
{
setflag "\\Seen";
fileinto "gentoo.org/bugs/arches/noise";
# Gentoo: arches
if anyof (
- header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org",
- header :regex "Cc" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org"
+ header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org",
+ header :regex "Cc" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org"
)
{
fileinto "gentoo.org/bugs/arches";