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 <[email protected]>
> ---
>  .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 = [email protected]
> -    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

Attachment: signature.asc
Description: PGP signature

Reply via email to