From a6399bb27b30b3b943657de5099f1060a90ca137 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 23 May 2024 16:42:55 +0100 Subject: [PATCH] Add config file so b4 uses inbox.sourceware.org automatically 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 000000000000..eec2261deb6a --- /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.47.2