Skip to content

Commit 72f72fa

Browse files
elfringhamtrini
authored andcommitted
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: 26efc94 ("b4-config: configure `b4` for U-Boot") Signed-off-by: Andrew Goodbody <[email protected]>
1 parent 5b93c3e commit 72f72fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.b4-config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
# See https://b4.docs.kernel.org/en/latest/config.html
33

44
[b4]
5-
send-series-to = [email protected]
6-
send-auto-to-cmd = echo ""
7-
send-auto-cc-cmd = scripts/get_maintainer.pl
5+
send-auto-to-cmd = scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom
6+
send-auto-cc-cmd = scripts/get_maintainer.pl --nogit-fallback --nogit-chief-penguins --norolestats --nol

0 commit comments

Comments
 (0)