diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-10-17 16:49:45 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-10-21 14:26:42 +0100 |
commit | e68b1b1f0830a47346bc07486861e85a76621265 (patch) | |
tree | 99d3b77d7201a7d7fd5cab1c4eebbe623c9f0266 | |
parent | ab564362d0470d10947c24155ec048c4e14a009d (diff) | |
download | glibc-e68b1b1f0830a47346bc07486861e85a76621265.zip glibc-e68b1b1f0830a47346bc07486861e85a76621265.tar.gz glibc-e68b1b1f0830a47346bc07486861e85a76621265.tar.bz2 |
Add .b4-config file
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 for the glibc repo.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
-rw-r--r-- | .b4-config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.b4-config b/.b4-config new file mode 100644 index 0000000..ba9520e --- /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 = libc-alpha@sourceware.org |