* [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config
@ 2026-08-26 14:44 Vasileios Almpanis
2026-08-26 15:15 ` Pavel Tikhomirov
2026-08-26 16:42 ` [Devel] [PATCH RHEL10 COMMIT] " Konstantin Khorenko
0 siblings, 2 replies; 3+ messages in thread
From: Vasileios Almpanis @ 2026-08-26 14:44 UTC (permalink / raw)
To: Pavel Tikhomirov, Konstantin Khorenko; +Cc: devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config
2026-08-26 14:44 [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config Vasileios Almpanis
@ 2026-08-26 15:15 ` Pavel Tikhomirov
2026-08-26 16:42 ` [Devel] [PATCH RHEL10 COMMIT] " Konstantin Khorenko
1 sibling, 0 replies; 3+ messages in thread
From: Pavel Tikhomirov @ 2026-08-26 15:15 UTC (permalink / raw)
To: Vasileios Almpanis, Konstantin Khorenko; +Cc: devel
Works for me.
Reviewed-by: Pavel Tikhomirov <ptikhomirov@viruozzo.com>
On 8/26/26 16:44, Vasileios Almpanis wrote:
> 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>
>
--
Best regards, Pavel Tikhomirov
Senior Software Developer, Virtuozzo.
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Devel] [PATCH RHEL10 COMMIT] b4: ship project defaults in .b4-config
2026-08-26 14:44 [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config Vasileios Almpanis
2026-08-26 15:15 ` Pavel Tikhomirov
@ 2026-08-26 16:42 ` Konstantin Khorenko
1 sibling, 0 replies; 3+ messages in thread
From: Konstantin Khorenko @ 2026-08-26 16:42 UTC (permalink / raw)
To: Vasileios Almpanis; +Cc: OpenVZ devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-26 16:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 14:44 [Devel] [PATCH VZ10] b4: ship project defaults in .b4-config Vasileios Almpanis
2026-08-26 15:15 ` Pavel Tikhomirov
2026-08-26 16:42 ` [Devel] [PATCH RHEL10 COMMIT] " Konstantin Khorenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox