All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: add myself to python-uvloop package
@ 2021-09-23 16:48 Giulio Benetti
  2021-10-06 19:26 ` Arnout Vandecappelle
  2021-10-07  7:39 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-09-23 16:48 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Add myself to python-uvloop package.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 926c6a27d7..581b5cd7d4 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1063,6 +1063,7 @@ F:	package/libnspr/
 F:	package/libnss/
 F:	package/minicom/
 F:	package/nfs-utils/
+F:	package/python-uvloop/
 F:	package/sunxi-mali-mainline/
 F:	package/sunxi-mali-mainline-driver/
 F:	package/trace-cmd/
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH] DEVELOPERS: add myself to python-uvloop package
  2021-09-23 16:48 [Buildroot] [PATCH] DEVELOPERS: add myself to python-uvloop package Giulio Benetti
@ 2021-10-06 19:26 ` Arnout Vandecappelle
  2021-10-06 20:16   ` Giulio Benetti
  2021-10-07  7:39 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2021-10-06 19:26 UTC (permalink / raw)
  To: Giulio Benetti, buildroot

  Hi Giulio,

  I prefer the subject line to read:

DEVELOPERS: add Giulio Benetti to python-uvloop package

otherwise, if you do `git log --oneline DEVELOPERS` you see a long list of "add 
myself" from different people, which is quite meaningless.

On 23/09/2021 18:48, Giulio Benetti wrote:
> Add myself to python-uvloop package.

  No need to repeat what is already in the subject.


  Applied series to master, thanks.

  Regards,
  Arnout


> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   DEVELOPERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 926c6a27d7..581b5cd7d4 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1063,6 +1063,7 @@ F:	package/libnspr/
>   F:	package/libnss/
>   F:	package/minicom/
>   F:	package/nfs-utils/
> +F:	package/python-uvloop/
>   F:	package/sunxi-mali-mainline/
>   F:	package/sunxi-mali-mainline-driver/
>   F:	package/trace-cmd/
> 
_______________________________________________
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] DEVELOPERS: add myself to python-uvloop package
  2021-10-06 19:26 ` Arnout Vandecappelle
@ 2021-10-06 20:16   ` Giulio Benetti
  0 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-10-06 20:16 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: buildroot

Hi Arnout,

> Il giorno 6 ott 2021, alle ore 21:26, Arnout Vandecappelle <arnout@mind.be> ha scritto:
> 
>  Hi Giulio,
> 
> I prefer the subject line to read:
> 
> DEVELOPERS: add Giulio Benetti to python-uvloop package
> 
> otherwise, if you do `git log --oneline DEVELOPERS` you see a long list of "add myself" from different people, which is quite meaningless.

You’re totally right, in the near past I’ve done that way, I don’t even know why I’ve done it this way.

Thank you
Best regards
Giulio Benetti

> 
>> On 23/09/2021 18:48, Giulio Benetti wrote:
>> Add myself to python-uvloop package.
> 
> No need to repeat what is already in the subject.
> 
> 
> Applied series to master, thanks.
> 
> Regards,
> Arnout
> 
> 
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>>  DEVELOPERS | 1 +
>>  1 file changed, 1 insertion(+)
>> diff --git a/DEVELOPERS b/DEVELOPERS
>> index 926c6a27d7..581b5cd7d4 100644
>> --- a/DEVELOPERS
>> +++ b/DEVELOPERS
>> @@ -1063,6 +1063,7 @@ F:    package/libnspr/
>>  F:    package/libnss/
>>  F:    package/minicom/
>>  F:    package/nfs-utils/
>> +F:    package/python-uvloop/
>>  F:    package/sunxi-mali-mainline/
>>  F:    package/sunxi-mali-mainline-driver/
>>  F:    package/trace-cmd/

_______________________________________________
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] DEVELOPERS: add myself to python-uvloop package
  2021-09-23 16:48 [Buildroot] [PATCH] DEVELOPERS: add myself to python-uvloop package Giulio Benetti
  2021-10-06 19:26 ` Arnout Vandecappelle
@ 2021-10-07  7:39 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-10-07  7:39 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

>>>>> "Giulio" == Giulio Benetti <giulio.benetti@benettiengineering.com> writes:

 > Add myself to python-uvloop package.
 > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Committed to 2021.02.x, 2021.05.x and 2021.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:[~2021-10-07  7:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 16:48 [Buildroot] [PATCH] DEVELOPERS: add myself to python-uvloop package Giulio Benetti
2021-10-06 19:26 ` Arnout Vandecappelle
2021-10-06 20:16   ` Giulio Benetti
2021-10-07  7:39 ` Peter Korsgaard

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.