All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] add basic b4 config file
@ 2025-02-05 14:02 Quentin Schulz
  2025-02-07  9:09 ` [docs] " Antonin Godard
  0 siblings, 1 reply; 12+ messages in thread
From: Quentin Schulz @ 2025-02-05 14:02 UTC (permalink / raw)
  To: docs; +Cc: Quentin Schulz

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.

Because we do not have anything to check for now, disable needs-checking
so patches can be sent without running b4 prep --check.

Because we do not have any auto-to-cc support (and the implicit one
using scripts/get_maintainer.pl cannot work for us), also disable
needs-auto-to-cc so patches can be sent without running b4 prep
--auto-to-cc.

[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>
---
I'm wondering if we couldn't add some per-patch check as well, checking
that the documentation builds for each for example. Could be added in a
later patch though. Any idea?
---
Changes in v2:
- add mailing list to To recipients instead of Cc recipients to match
  our contribution instructions,
- Link to v1: https://lore.kernel.org/r/20250123-b4-support-v1-1-03b4a18edfdf@cherry.de
---
 .b4-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000000000000000000000000000000000000..77b28554b1952158bd8ee94a9c9439a60f3e80d2
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,3 @@
+[b4]
+  send-series-to = docs@lists.yoctoproject.org
+  prep-pre-flight-checks = disable-needs-auto-to-cc, disable-needs-checking

---
base-commit: 6b44257874858db3aa426d3e84a79c41cb4937a3
change-id: 20240524-b4-support-d5e749251bba

Best regards,
-- 
Quentin Schulz <quentin.schulz@cherry.de>



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-02-07 15:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 14:02 [PATCH v2] add basic b4 config file Quentin Schulz
2025-02-07  9:09 ` [docs] " Antonin Godard
2025-02-07  9:26   ` Quentin Schulz
2025-02-07  9:35     ` Antonin Godard
2025-02-07  9:47       ` Quentin Schulz
2025-02-07  9:53     ` Richard Purdie
2025-02-07 10:28       ` Antonin Godard
2025-02-07 10:30         ` Richard Purdie
2025-02-07 10:48         ` Quentin Schulz
2025-02-07 11:21           ` Antonin Godard
2025-02-07 11:35             ` Quentin Schulz
2025-02-07 15:13               ` Antonin Godard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.