b4: Add .b4-config
diff mbox series

Message ID 20250620-add_b4_config-v1-1-bc183e48e886@foss.st.com
State New
Headers show
Series
  • b4: Add .b4-config
Related show

Commit Message

Benjamin Mugnier June 20, 2025, 3:32 p.m. UTC
Per the b4 documentation: B4 is a tool created to make it easier for
project developers and maintainers to use a distributed development
workflow that relies on patches and distribution lists for code
contributions and review.

B4 is now a common tool used by developers for Linux kernel workflows.

While the Linux kernel support is handled inside b4, other projects can
rely on a .b4-config file to achieve the same thing.

Add a .b4-config file to instruct b4 to send patches to the
libcamera-devel mailing list. This allows the command b4 prep
--auto-to-cc to automatically add the mailing to its To: list.

Command output without .b4-config :

$ b4 prep --auto-to-cc
Collecting To/Cc addresses
No new addresses to add.

With .b4-config :

$ b4 prep --auto-to-cc
Collecting To/Cc addresses
    + To: libcamera-devel@lists.libcamera.org

---
Signed-off-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
---
You can trim/expand this list with: b4 prep --edit-cover
Invoking git-filter-repo to update the cover letter.
New history written in 0.02 seconds...
Completely finished after 0.04 seconds.

Signed-off-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
---
 .b4-config | 2 ++
 1 file changed, 2 insertions(+)


---
base-commit: b3ff75d7589a263412ad63008b3c8518d40e6316
change-id: 20250620-add_b4_config-965740f529f8

Best regards,

Patch
diff mbox series

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000000000000000000000000000000000000..371e3e9c2485a4e2cb0ff48ccbfa5f4b246f29ee
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,2 @@ 
+[b4]
+  send-series-to = libcamera-devel@lists.libcamera.org