Skip to content

Commit 70383f6

Browse files
committed
.b4-config: add b4 support
To be able to support b4 properly, we need to configure a custom get_maintainers.pl argument list in b4. Use the same b4 default arguments + "--no-tree" to run the script outside a kernel tree. Documentation b4.send-auto-to-cmd and b4.send-auto-cc-cmd: https://b4.docs.kernel.org/en/latest/ config.html#contributor-oriented-settings This allows to run 'b4 prep --auto-to-cc', to collect the relevant addresses from the MAINTAINERS file for the commits/files included in the contributor patch series. For more information about contributor workflow: https://b4.docs.kernel.org/en/latest/contributor/ overview.html#what-s-the-b4-contributor-workflow Signed-off-by: Daniel Gomez <[email protected]> Reviewed-by: Luis Chamberlain <[email protected]>
1 parent 926cfdb commit 70383f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.b4-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[b4]
2+
send-auto-to-cmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nol --no-tree"
3+
send-auto-cc-cmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom --no-tree"

0 commit comments

Comments
 (0)