From: Konstantin Khorenko <khorenko@virtuozzo.com>
To: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
Cc: OpenVZ devel <devel@openvz.org>
Subject: Re: [Devel] [PATCH RHEL10 COMMIT] b4: ship project defaults in .b4-config
Date: Wed, 26 Aug 2026 18:42:46 +0200 [thread overview]
Message-ID: <202608261642.67QGgkPE916890@f0.sw.ru> (raw)
In-Reply-To: <20260826-b4-setup-v1-1-b51530c84919@virtuozzo.com>
The commit is pushed to "branch-rh10-6.12.0-211.39.1.16.x.vz10-ovz" and will appear at git@bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-211.39.1.16.10.vz10
------>
commit 58367508a27f0be6127bf618fb1c974921d2b45e
Author: Vasileios Almpanis <vasileios.almpanis@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@virtuozzo.com>
Reviewed-by: Pavel Tikhomirov <ptikhomirov@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@virtuozzo.com>"
+ send-series-cc = devel@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
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel
prev parent reply other threads:[~2026-08-26 16:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 14:44 [Devel] [PATCH VZ10] " Vasileios Almpanis
2026-08-26 15:15 ` Pavel Tikhomirov
2026-08-26 16:42 ` Konstantin Khorenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202608261642.67QGgkPE916890@f0.sw.ru \
--to=khorenko@virtuozzo.com \
--cc=devel@openvz.org \
--cc=vasileios.almpanis@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.