[PATCH wic] add basic b4 config file
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> b4[1] is a very nice tool for mail-based contribution. A config[2] file exists to set up a few defaults. We can use it to set the To recipients to always add, in our case the mailing list, and the Cc recipients, in our case, Trevor's address. Additionally, automatically provide a default prefix so that one doesn't need to not forget to run `b4 prep --set-prefixes wic` for each series. [1] https://pypi.org/project/b4/ [2] https://b4.docs.kernel.org/en/latest/config.html Signed-off-by: Quentin Schulz <[email protected]> --- .b4-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.b4-config b/.b4-config new file mode 100644 index 0000000..dc2b2ab --- /dev/null +++ b/.b4-config @@ -0,0 +1,4 @@ +[b4] + send-series-to = [email protected] + send-series-cc = [email protected] + send-prefixes = wic --- base-commit: 5974ade11032f218841d9f449ef0efeee3f9a2ca change-id: 20260424-b4-0ee9ab75fa75 Best regards, -- Quentin Schulz <[email protected]>