From: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
To: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
Cc: <svt-core@virtuozzo.com>,
Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
Subject: [PATCH QEMU HCI-8.0] b4: ship project defaults in .b4-config
Date: Fri, 28 Aug 2026 11:15:08 +0000 [thread overview]
Message-ID: <20260828-b4-v1-1-0d077f5edac1@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 default subject prefix there.
https://virtuozzo.atlassian.net/browse/VSTOR-142960
Signed-off-by: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
---
.b4-config | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.b4-config b/.b4-config
index 126f503ded7..c8afd7b3e61 100644
--- a/.b4-config
+++ b/.b4-config
@@ -4,10 +4,13 @@
#
[b4]
- send-series-to = qemu-devel@nongnu.org
+ send-series-to = "Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>"
+ send-series-cc = svt-core@virtuozzo.com
+ send-prefixes = "QEMU HCI-8.0"
send-auto-to-cmd = echo
send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
- searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
- linkmask = https://lore.kernel.org/qemu-devel/%s
+ midmask = http://lore.virtuozzo.com/%s
+ searchmask = http://lore.virtuozzo.com/all/?x=m&t=1&q=%s
+ linkmask = http://lore.virtuozzo.com/%s
---
base-commit: c8606682c5168c07badb55aebaa55a05db1d5376
change-id: 20260828-b4-a3aaa05eb6aa
--
Best regards, Vasileios Almpanis
Software Developer, Virtuozzo.
next reply other threads:[~2026-08-28 11:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-28 11:15 Vasileios Almpanis [this message]
2026-08-28 11:16 Vasileios Almpanis
2026-08-28 11:40 ` Andrey Drobyshev
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=20260828-b4-v1-1-0d077f5edac1@virtuozzo.com \
--to=vasileios.almpanis@virtuozzo.com \
--cc=andrey.drobyshev@virtuozzo.com \
--cc=svt-core@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.