diff options
| author | Andrew Goodbody <[email protected]> | 2025-10-01 10:28:37 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-02 11:30:15 -0600 |
| commit | 72f72fab00773f7ee89c9635e490908c0a058162 (patch) | |
| tree | 2c820b3aee1a4d176157ee4d88071fb63fb47207 /.b4-config | |
| parent | 5b93c3ec7f9d66dc40d062a47a4a880f7d346b7a (diff) | |
b4-config: Improve b4 config for correct operation
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]>
Diffstat (limited to '.b4-config')
| -rw-r--r-- | .b4-config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.b4-config b/.b4-config index 6ba10cf9b50..1f9ada793e6 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 |
