[Devel] [PATCH RHEL10 COMMIT] b4: ship project defaults in .b4-config
Konstantin Khorenko
khorenko at virtuozzo.com
Wed Aug 26 19:42:46 MSK 2026
The commit is pushed to "branch-rh10-6.12.0-211.39.1.16.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-211.39.1.16.10.vz10
------>
commit 58367508a27f0be6127bf618fb1c974921d2b45e
Author: Vasileios Almpanis <vasileios.almpanis at virtuozzo.com>
Date: Wed Aug 26 14:44:10 2026 +0000
b4: ship project defaults in .b4-config
b4 fetches series from lore.kernel.org by default. To use it with our
list archive at lore.virtuozzo.com every developer had to set the same
handful of b4.* git config keys, plus two more to get the right
recipients on "b4 send" and one for the subject prefix.
b4 loads a .b4-config at the top of the tree as defaults for commands
run inside it, so put the archive URL masks, the default recipients and
the VZ10 subject prefix there. Add the file to the .gitignore dot-file
exceptions so it is tracked.
https://virtuozzo.atlassian.net/browse/VSTOR-142960
Feature: internal
Signed-off-by: Vasileios Almpanis <vasileios.almpanis at virtuozzo.com>
Reviewed-by: Pavel Tikhomirov <ptikhomirov at viruozzo.com>
---
.b4-config | 7 +++++++
.gitignore | 1 +
2 files changed, 8 insertions(+)
diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000000000..3f5aac9bb1cc4
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,7 @@
+[b4]
+ midmask = http://lore.virtuozzo.com/%s
+ searchmask = http://lore.virtuozzo.com/all/?x=m&t=1&q=%s
+ linkmask = http://lore.virtuozzo.com/%s
+ send-series-to = "Konstantin Khorenko <khorenko at virtuozzo.com>"
+ send-series-cc = devel at openvz.org
+ send-prefixes = VZ10
diff --git a/.gitignore b/.gitignore
index 0c7ad0516fc67..b64c07bd537ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,6 +103,7 @@ /pacman/
#
# We don't want to ignore the following even if they are dot-files
#
+!.b4-config
!.clang-format
!.cocciconfig
!.editorconfig
More information about the Devel
mailing list