public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] Add .b4-config file
@ 2025-01-13 22:02 Ricardo B. Marliere via ltp
  2025-01-14  2:43 ` Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ricardo B. Marliere via ltp @ 2025-01-13 22:02 UTC (permalink / raw)
  To: Linux Test Project; +Cc: Ricardo B. Marliere

This file configures the `b4` tool which some contributors might use.

Signed-off-by: Ricardo B. Marliere <rbm@suse.com>
---
 .b4-config | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000000000000000000000000000000000000..2efdf2273240dcf57bd5cab174ff6c7a1952dd5b
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,6 @@
+# Configuration for the `b4` tool
+# See https://b4.docs.kernel.org/en/latest/config.html
+[b4]
+    send-series-to = Linux Test Project <ltp@lists.linux.it>
+    pw-url = https://patchwork.ozlabs.org/
+    pw-project = ltp

---
base-commit: 7aea2cea9ad5d9e1586112a57948c7f85dc12970
change-id: 20250113-add_b4-config-4fb22fbded22

Best regards,
-- 
Ricardo B. Marliere <rbm@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] Add .b4-config file
  2025-01-13 22:02 [LTP] [PATCH] Add .b4-config file Ricardo B. Marliere via ltp
@ 2025-01-14  2:43 ` Petr Vorel
  2025-01-14  8:26 ` Andrea Cervesato via ltp
  2025-01-14  9:11 ` Cyril Hrubis
  2 siblings, 0 replies; 5+ messages in thread
From: Petr Vorel @ 2025-01-14  2:43 UTC (permalink / raw)
  To: Ricardo B. Marliere; +Cc: Linux Test Project

Hi Ricardo,

[ Cc Andrea, who uses b4 ]

> This file configures the `b4` tool which some contributors might use.

LGTM.

Acked-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr

> Signed-off-by: Ricardo B. Marliere <rbm@suse.com>
> ---
>  .b4-config | 6 ++++++
>  1 file changed, 6 insertions(+)

> diff --git a/.b4-config b/.b4-config
> new file mode 100644
> index 0000000000000000000000000000000000000000..2efdf2273240dcf57bd5cab174ff6c7a1952dd5b
> --- /dev/null
> +++ b/.b4-config
> @@ -0,0 +1,6 @@
> +# Configuration for the `b4` tool
> +# See https://b4.docs.kernel.org/en/latest/config.html
> +[b4]
> +    send-series-to = Linux Test Project <ltp@lists.linux.it>
> +    pw-url = https://patchwork.ozlabs.org/
> +    pw-project = ltp

> ---
> base-commit: 7aea2cea9ad5d9e1586112a57948c7f85dc12970
> change-id: 20250113-add_b4-config-4fb22fbded22

> Best regards,

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] Add .b4-config file
  2025-01-13 22:02 [LTP] [PATCH] Add .b4-config file Ricardo B. Marliere via ltp
  2025-01-14  2:43 ` Petr Vorel
@ 2025-01-14  8:26 ` Andrea Cervesato via ltp
  2025-01-14  9:11 ` Cyril Hrubis
  2 siblings, 0 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2025-01-14  8:26 UTC (permalink / raw)
  To: ltp

Hi Ricardo,

I was using the same configuration but locally. Nice idea to add it in 
the public repo.

Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>

On 1/13/25 23:02, Ricardo B. Marliere via ltp wrote:
> This file configures the `b4` tool which some contributors might use.
>
> Signed-off-by: Ricardo B. Marliere <rbm@suse.com>
> ---
>   .b4-config | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/.b4-config b/.b4-config
> new file mode 100644
> index 0000000000000000000000000000000000000000..2efdf2273240dcf57bd5cab174ff6c7a1952dd5b
> --- /dev/null
> +++ b/.b4-config
> @@ -0,0 +1,6 @@
> +# Configuration for the `b4` tool
> +# See https://b4.docs.kernel.org/en/latest/config.html
> +[b4]
> +    send-series-to = Linux Test Project <ltp@lists.linux.it>
> +    pw-url = https://patchwork.ozlabs.org/
> +    pw-project = ltp
>
> ---
> base-commit: 7aea2cea9ad5d9e1586112a57948c7f85dc12970
> change-id: 20250113-add_b4-config-4fb22fbded22
>
> Best regards,

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] Add .b4-config file
  2025-01-13 22:02 [LTP] [PATCH] Add .b4-config file Ricardo B. Marliere via ltp
  2025-01-14  2:43 ` Petr Vorel
  2025-01-14  8:26 ` Andrea Cervesato via ltp
@ 2025-01-14  9:11 ` Cyril Hrubis
  2025-01-14  9:15   ` Andrea Cervesato via ltp
  2 siblings, 1 reply; 5+ messages in thread
From: Cyril Hrubis @ 2025-01-14  9:11 UTC (permalink / raw)
  To: Ricardo B. Marliere; +Cc: Linux Test Project

Hi!
Acked-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] Add .b4-config file
  2025-01-14  9:11 ` Cyril Hrubis
@ 2025-01-14  9:15   ` Andrea Cervesato via ltp
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2025-01-14  9:15 UTC (permalink / raw)
  To: ltp

Pushed thanks!

Andrea

On 1/14/25 10:11, Cyril Hrubis wrote:
> Hi!
> Acked-by: Cyril Hrubis <chrubis@suse.cz>
>

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-14  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13 22:02 [LTP] [PATCH] Add .b4-config file Ricardo B. Marliere via ltp
2025-01-14  2:43 ` Petr Vorel
2025-01-14  8:26 ` Andrea Cervesato via ltp
2025-01-14  9:11 ` Cyril Hrubis
2025-01-14  9:15   ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox