[PATCH] b4-config: Improve b4 config for correct operation
Tom Rini
trini at konsulko.com
Wed Oct 1 20:33:40 CEST 2025
On Wed, Oct 01, 2025 at 10:28:37AM +0100, Andrew Goodbody wrote:
> The recent change to .b4-config resulted in some expected recipients not
> being added to the address lists. Rework the commands so that all
> expected recipients are added while maintaining the ordering from the
> first change.
>
> Fixes: 26efc940c86 ("b4-config: configure `b4` for U-Boot")
>
> Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
> ---
> .b4-config | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/.b4-config b/.b4-config
> index 6ba10cf9b50e6acb8a789544d35a13641e6c0411..1f9ada793e652c99854e4d15241734c9b3bfc117 100644
> --- a/.b4-config
> +++ b/.b4-config
> @@ -2,6 +2,5 @@
> # See https://b4.docs.kernel.org/en/latest/config.html
>
> [b4]
> - send-series-to = u-boot at lists.denx.de
> - send-auto-to-cmd = echo ""
> - send-auto-cc-cmd = scripts/get_maintainer.pl
> + send-auto-to-cmd = scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom
> + send-auto-cc-cmd = scripts/get_maintainer.pl --nogit-fallback --nogit-chief-penguins --norolestats --nol
Ah, oops. I thought it would just default to our .get_maintainer.conf
defaults, but I think those aren't quite right either at this point.
Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251001/ea875e2e/attachment.sig>
More information about the U-Boot
mailing list