Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner
@ 2022-09-19  3:46 Joachim Wiberg
  2022-09-19 19:38 ` Yann E. MORIN
  2022-09-29 20:22 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Joachim Wiberg @ 2022-09-19  3:46 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg, Yann E . MORIN

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 DEVELOPERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 9e8626341e..14b91fca8d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1481,15 +1481,21 @@ N:	Joachim Wiberg <troglobit@gmail.com>
 F:	configs/globalscale_espressobin_defconfig
 F:	board/globalscale/espressobin/
 F:	package/inadyn/
+F:	package/libconfuse/
 F:	package/libite/
+F:	package/libnet/
 F:	package/libteam/
 F:	package/libuev/
 F:	package/mg/
+F:	package/mini-snmpd/
 F:	package/mrouted/
 F:	package/netcalc/
+F:	package/pimd/
+F:	package/redir/
 F:	package/smcroute/
 F:	package/ssdp-responder/
 F:	package/sysklogd/
+F:	package/uredir/
 F:	package/watchdogd/
 
 N:	Jochen Baltes <jochen.baltes@gmail.com>
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner
  2022-09-19  3:46 [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner Joachim Wiberg
@ 2022-09-19 19:38 ` Yann E. MORIN
  2022-09-19 19:51   ` Joachim Wiberg
  2022-09-29 20:22 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2022-09-19 19:38 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: buildroot

Joachim, All,

I've fixed the typo in the commit title, and took the opportunity to
rephrase it slightly.

On 2022-09-19 05:46 +0200, Joachim Wiberg spake thusly:
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

Thanks for adopting those! :-)

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  DEVELOPERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 9e8626341e..14b91fca8d 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1481,15 +1481,21 @@ N:	Joachim Wiberg <troglobit@gmail.com>
>  F:	configs/globalscale_espressobin_defconfig
>  F:	board/globalscale/espressobin/
>  F:	package/inadyn/
> +F:	package/libconfuse/
>  F:	package/libite/
> +F:	package/libnet/
>  F:	package/libteam/
>  F:	package/libuev/
>  F:	package/mg/
> +F:	package/mini-snmpd/
>  F:	package/mrouted/
>  F:	package/netcalc/
> +F:	package/pimd/
> +F:	package/redir/
>  F:	package/smcroute/
>  F:	package/ssdp-responder/
>  F:	package/sysklogd/
> +F:	package/uredir/
>  F:	package/watchdogd/
>  
>  N:	Jochen Baltes <jochen.baltes@gmail.com>
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner
  2022-09-19 19:38 ` Yann E. MORIN
@ 2022-09-19 19:51   ` Joachim Wiberg
  0 siblings, 0 replies; 4+ messages in thread
From: Joachim Wiberg @ 2022-09-19 19:51 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: buildroot

On Mon, Sep 19, 2022 at 21:38, "Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> I've fixed the typo in the commit title, and took the opportunity to
> rephrase it slightly.

Gah of course, thanks for the attention to detail! <3

> On 2022-09-19 05:46 +0200, Joachim Wiberg spake thusly:
>> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> Thanks for adopting those! :-)

No problem, there's more where that came from.

Take care!
 /J
 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner
  2022-09-19  3:46 [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner Joachim Wiberg
  2022-09-19 19:38 ` Yann E. MORIN
@ 2022-09-29 20:22 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-09-29 20:22 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: Yann E . MORIN, buildroot

>>>>> "Joachim" == Joachim Wiberg <troglobit@gmail.com> writes:

 > Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

Committed to 2022.02.x, 2022.05.x and 2022.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-29 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19  3:46 [Buildroot] [PATCH] Add myself to a few projects where I'm the upstream maintiner Joachim Wiberg
2022-09-19 19:38 ` Yann E. MORIN
2022-09-19 19:51   ` Joachim Wiberg
2022-09-29 20:22 ` Peter Korsgaard

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