diff mbox series

[committed,v2] Add config file so b4 uses inbox.sourceware.org automatically

Message ID 20240728101605.561273-1-jwakely@redhat.com
State New
Headers show
Series [committed,v2] Add config file so b4 uses inbox.sourceware.org automatically | expand

Commit Message

Jonathan Wakely July 28, 2024, 10:13 a.m. UTC
Jeff approved an earlier version of this as trivially OK (since it
doesn't affect anybody not using b4). The v2 patch that I've pushed adds
the send-series-to config, as suggested by the b4 maintainer here:
https://lore.kernel.org/tools/20240523143752.385810-1-jwakely@redhat.com/T/#mb21ebe04b433442f40548acc4394554e65a8d1be

Pushed to trunk.

-- >8 --

This makes b4 use inbox.sourceware.org instead of the default host
lore.kernel.org, so that every b4 user doesn't have to configure this
themselves.

ChangeLog:

	* .b4-config: New file.
---
 .b4-config | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .b4-config
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 00000000000..eec2261deb6
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,4 @@ 
+[b4]
+    midmask = https://inbox.sourceware.org/%s
+    linkmask = https://inbox.sourceware.org/%s
+    send-series-to = gcc-patches@gcc.gnu.org