mirror of
https://git.busybox.net/buildroot
synced 2025-12-20 01:10:56 +08:00
NOTE: This requires `b4` version 0.14.2 or later as earlier versions had
a bug that broke custom prep-perpatch-check-cmd[1].
If a check-cmd is declared, `b4` will warn developers to run the patch
checker before sending a patch series[2][3]. Developers can then run `b4 prep
--check` to automatically run ./utils/check-package on only files
modified in the patch series.
[1] 0741bc9a5b
[2] https://b4.docs.kernel.org/en/latest/contributor/send.html#passing-pre-flight-checks-v0-14
[3] https://b4.docs.kernel.org/en/latest/config.html#contributor-oriented-settings
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
# Configuration for the `b4` tool
|
|
# See https://b4.docs.kernel.org/en/latest/config.html
|
|
[b4]
|
|
send-series-to = buildroot@buildroot.org
|
|
send-auto-cc-cmd = "./utils/get-developers -e -"
|
|
prep-perpatch-check-cmd = "./utils/check-package -q -p -"
|
|
|
|
# vim: set filetype=gitconfig:
|