diff mbox series

add basic b4 config file

Message ID 20240926-b4-v1-1-5c1002121c32@cherry.de
State New
Headers show
Series add basic b4 config file | expand

Commit Message

Quentin Schulz Sept. 26, 2024, 3:14 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

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.

This shouldn't be necessary if we had a script that b4 prep --auto-to-cc
could call to find the mail address(es) to send to. Let's start without
it for now.

[1] https://pypi.org/project/b4/
[2] https://b4.docs.kernel.org/en/latest/config.html

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Support b4 for easier contribution workflow.

Note that this should be backportable as is to earlier releases.

Additionally, we may want to add:

send-prefixes = <insert release name>

in earlier release branches so that one doesn't even have to think about
adding the branch name when writing patches for older releases (added
bonus is that the maintainers would then know if someone has sent
patches developed on earlier releases instead of targeting master :) ).
---
 .b4-config | 2 ++
 1 file changed, 2 insertions(+)


---
base-commit: ea2c1ab5db4e2bd9ad0e93534f62391c86417a0c
change-id: 20240926-b4-b6beffc1263b

Best regards,
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 00000000..752ca4b2
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,2 @@ 
+[b4]
+	send-series-to = meta-arm@lists.yoctoproject.org