tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* b4: Should send-series-to supress send-auto-to-cmd?
@ 2024-12-24 13:06 Jiaxun Yang
  2024-12-25 17:13 ` Konstantin Ryabitsev
  2024-12-25 17:15 ` Bugspray Bot
  0 siblings, 2 replies; 3+ messages in thread
From: Jiaxun Yang @ 2024-12-24 13:06 UTC (permalink / raw)
  To: tools

Hi all,

This is a question (or possibly bug) raised from QEMU's .b4-config [1].

In QEMU's workflow, we have a fixed To point to the main mailing list, while
Cc is gathered from get_maintainers.pl.

However, at least in b4 0.14.2 specifying send-series-to won't suppress send-auto-to-cmd.
In such .b4-config configuration:

```
[b4]
    send-series-to = qemu-devel@nongnu.org
    send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
```

b4 prep -c will still cause default send-auto-to-cmd to run
```
$ b4 prep -c
Will collect To: addresses using get_maintainer.pl
Will collect Cc: addresses using get_maintainer.pl
Collecting To/Cc addresses
CRITICAL: Running /[...]/qemu/scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nol failed:
Unknown option: nogit-chief-penguins
/[...]/qemu/scripts/get_maintainer.pl: invalid argument - use --help if necessary
```

My current workaround is to specify a dummy send-auto-to-cmd (i.e. echo).

I wonder if it is an expected behaviour?

Thanks

[1]: https://lore.kernel.org/qemu-devel/20241223-swift-of-splendid-protection-b5dcac@lemur/
- Jiaxun

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

end of thread, other threads:[~2024-12-25 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 13:06 b4: Should send-series-to supress send-auto-to-cmd? Jiaxun Yang
2024-12-25 17:13 ` Konstantin Ryabitsev
2024-12-25 17:15 ` Bugspray Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).