OpenVZ / Virtuozzo kernel development (devel@openvz.org)
 help / color / mirror / Atom feed
From: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
To: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>,
	Konstantin Khorenko <khorenko@virtuozzo.com>
Cc: devel@openvz.org
Subject: [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config
Date: Wed, 26 Aug 2026 14:44:10 +0000	[thread overview]
Message-ID: <20260826-b4-setup-v1-1-b51530c84919@virtuozzo.com> (raw)

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
Signed-off-by: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>

Feature: internal
---
Signed-off-by: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
---
 .b4-config | 7 +++++++
 .gitignore | 1 +
 2 files changed, 8 insertions(+)

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 000000000000..3f5aac9bb1cc
--- /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 0c7ad0516fc6..b64c07bd537e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,6 +103,7 @@ modules.order
 #
 # We don't want to ignore the following even if they are dot-files
 #
+!.b4-config
 !.clang-format
 !.cocciconfig
 !.editorconfig

---
base-commit: 4305092314bbfbc90cb26f9ec8c6bf78c4513f04
change-id: 20260826-b4-setup-9a776f3efccd

Best regards,
--  
Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

             reply	other threads:[~2026-08-26 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-26 14:44 Vasileios Almpanis [this message]
2026-08-26 15:15 ` Pavel Tikhomirov
2026-08-26 16:42 ` [Devel] [PATCH RHEL10 COMMIT] " Konstantin Khorenko

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=20260826-b4-setup-v1-1-b51530c84919@virtuozzo.com \
    --to=vasileios.almpanis@virtuozzo.com \
    --cc=devel@openvz.org \
    --cc=khorenko@virtuozzo.com \
    --cc=ptikhomirov@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox