diff mbox series

Add config file so b4 uses inbox.sourceware.org automatically

Message ID 20240523155116.390918-1-jwakely@redhat.com
State New
Headers show
Series Add config file so b4 uses inbox.sourceware.org automatically | expand

Commit Message

Jonathan Wakely May 23, 2024, 3:49 p.m. UTC
It looks like my patch[1] to make b4 figure this out automagically won't
be accepted, so this makes it work for GCC. A similar commit could be
done for each project hosted on sourceware.org if desired.

[1] https://lore.kernel.org/tools/20240523143752.385810-1-jwakely@redhat.com/T/#u

OK for 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 | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .b4-config

Comments

Jeff Law June 3, 2024, 8:33 p.m. UTC | #1
On 5/23/24 9:49 AM, Jonathan Wakely wrote:
> It looks like my patch[1] to make b4 figure this out automagically won't
> be accepted, so this makes it work for GCC. A similar commit could be
> done for each project hosted on sourceware.org if desired.
> 
> [1] https://lore.kernel.org/tools/20240523143752.385810-1-jwakely@redhat.com/T/#u
> 
> OK for 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.
Given the impact on anyone not using b4 is nil and it makes life easier 
for those using b4, this seems trivially OK for the trunk.

jeff
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 00000000000..d5ba8e08446
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,3 @@ 
+[b4]
+    midmask = https://inbox.sourceware.org/%s
+    linkmask = https://inbox.sourceware.org/%s