Message ID | 20240926-b4-v1-1-5c1002121c32@cherry.de |
---|---|
State | New |
Headers | show |
Series | add basic b4 config file | expand |
On Thu, 26 Sep 2024 17:14:07 +0200, Quentin Schulz wrote: > 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. > > [...] Applied, thanks! [1/1] add basic b4 config file commit: a754b2beac4d97dfbe1dfc5153d28fcd9bb1fce0 Best regards,
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