[committed v2] Add config file so b4 uses inbox.sourceware.org automatically
Jonathan Wakely
jwakely@redhat.com
Sun Jul 28 10:13:57 GMT 2024
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 --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
--
2.45.2
More information about the Libstdc++
mailing list