diff mbox series

[ptest-runner] README: Update mailing list address for patches + add git command

Message ID 23f3f3e4c8010e7f1b2322976ded709912863ca9.1724240133.git.joerg.sommer@navimatix.de
State New
Headers show
Series [ptest-runner] README: Update mailing list address for patches + add git command | expand

Commit Message

Jörg Sommer Aug. 21, 2024, 11:35 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Quentin Schulz Aug. 21, 2024, 11:43 a.m. UTC | #1
Hi Jörg,

On 8/21/24 1:35 PM, Jörg Sommer via lists.yoctoproject.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
> 
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
Richard Purdie Aug. 21, 2024, 3:44 p.m. UTC | #2
On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via lists.yoctoproject.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
> 
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> ---
>  README.md | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/README.md b/README.md
> index e6f548e..8afb161 100644
> --- a/README.md
> +++ b/README.md
> @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
>  
>  ## Contributions
>  
> -For contribute please send a patch with subject prefix "[ptest-runner]" to 
> -yocto@lists.yoctoproject.org.
> +For contribute please send a patch with subject prefix "[ptest-runner]" to
> +yocto-patches@lists.yoctoproject.org.
> +
> +```
> +git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH' ...
> +```

This looks good but we might also want to cc: Anibal on these so note
that in there as well?

Cheers,

Richard
Jörg Sommer Aug. 21, 2024, 4:34 p.m. UTC | #3
Richard Purdie schrieb am Mi 21. Aug, 16:44 (GMT):
> On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via lists.yoctoproject.org wrote:
> > From: Jörg Sommer <joerg.sommer@navimatix.de>
> > 
> > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> > ---
> >  README.md | 8 ++++++--
> >  1 file changed, 6 insertions(+), 2 deletions(-)
> > 
> > diff --git a/README.md b/README.md
> > index e6f548e..8afb161 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
> >  
> >  ## Contributions
> >  
> > -For contribute please send a patch with subject prefix "[ptest-runner]" to 
> > -yocto@lists.yoctoproject.org.
> > +For contribute please send a patch with subject prefix "[ptest-runner]" to
> > +yocto-patches@lists.yoctoproject.org.
> > +
> > +```
> > +git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH' ...
> > +```
> 
> This looks good but we might also want to cc: Anibal on these so note
> that in there as well?

Would be `--cc=anibal@limonsoftware.com` okay?
Anibal Limon Aug. 21, 2024, 4:47 p.m. UTC | #4
On Wed, Aug 21, 2024 at 10:34 AM Jörg Sommer <joerg.sommer@navimatix.de>
wrote:

> Richard Purdie schrieb am Mi 21. Aug, 16:44 (GMT):
> > On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via
> lists.yoctoproject.org wrote:
> > > From: Jörg Sommer <joerg.sommer@navimatix.de>
> > >
> > > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> > > ---
> > >  README.md | 8 ++++++--
> > >  1 file changed, 6 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/README.md b/README.md
> > > index e6f548e..8afb161 100644
> > > --- a/README.md
> > > +++ b/README.md
> > > @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
> > >
> > >  ## Contributions
> > >
> > > -For contribute please send a patch with subject prefix
> "[ptest-runner]" to
> > > -yocto@lists.yoctoproject.org.
> > > +For contribute please send a patch with subject prefix
> "[ptest-runner]" to
> > > +yocto-patches@lists.yoctoproject.org.
> > > +
> > > +```
> > > +git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH'
> ...
> > > +```
> >
> > This looks good but we might also want to cc: Anibal on these so note
> > that in there as well?
>
> Would be `--cc=anibal@limonsoftware.com` okay?
>

Yes I will add that to your patch, Thanks!,
Anibal
Anibal Limon Aug. 21, 2024, 4:49 p.m. UTC | #5
Applied!.

On Wed, Aug 21, 2024 at 10:47 AM Anibal Limon via lists.yoctoproject.org
<anibal=limonsoftware.com@lists.yoctoproject.org> wrote:

>
>
> On Wed, Aug 21, 2024 at 10:34 AM Jörg Sommer <joerg.sommer@navimatix.de>
> wrote:
>
>> Richard Purdie schrieb am Mi 21. Aug, 16:44 (GMT):
>> > On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via
>> lists.yoctoproject.org wrote:
>> > > From: Jörg Sommer <joerg.sommer@navimatix.de>
>> > >
>> > > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
>> > > ---
>> > >  README.md | 8 ++++++--
>> > >  1 file changed, 6 insertions(+), 2 deletions(-)
>> > >
>> > > diff --git a/README.md b/README.md
>> > > index e6f548e..8afb161 100644
>> > > --- a/README.md
>> > > +++ b/README.md
>> > > @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
>> > >
>> > >  ## Contributions
>> > >
>> > > -For contribute please send a patch with subject prefix
>> "[ptest-runner]" to
>> > > -yocto@lists.yoctoproject.org.
>> > > +For contribute please send a patch with subject prefix
>> "[ptest-runner]" to
>> > > +yocto-patches@lists.yoctoproject.org.
>> > > +
>> > > +```
>> > > +git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH'
>> ...
>> > > +```
>> >
>> > This looks good but we might also want to cc: Anibal on these so note
>> > that in there as well?
>>
>> Would be `--cc=anibal@limonsoftware.com` okay?
>>
>
> Yes I will add that to your patch, Thanks!,
> Anibal
> _._,_._,_
> ------------------------------
> Links:
>
> You receive all messages sent to this group.
>
> View/Reply Online (#545)
> <https://lists.yoctoproject.org/g/yocto-patches/message/545> | Reply To
> Group
> <yocto-patches@lists.yoctoproject.org?subject=Re:%20Re%3A%20%5Byocto-patches%5D%20%5Bptest-runner%5D%5BPATCH%5D%20README%3A%20Update%20mailing%20list%20address%20for%20patches%20%2B%20add%20git%20command>
> | Reply To Sender
> <anibal@limonsoftware.com?subject=Private:%20Re:%20Re%3A%20%5Byocto-patches%5D%20%5Bptest-runner%5D%5BPATCH%5D%20README%3A%20Update%20mailing%20list%20address%20for%20patches%20%2B%20add%20git%20command>
> | Mute This Topic <https://lists.yoctoproject.org/mt/108017501/8181911> | New
> Topic <https://lists.yoctoproject.org/g/yocto-patches/post>
> Your Subscription
> <https://lists.yoctoproject.org/g/yocto-patches/editsub/8181911> | Contact
> Group Owner <yocto-patches+owner@lists.yoctoproject.org> | Unsubscribe
> <https://lists.yoctoproject.org/g/yocto-patches/leave/13235916/8181911/17931940/xyzzy>
> [anibal@limonsoftware.com]
> _._,_._,_
>
>
Jörg Sommer Aug. 22, 2024, 11:37 a.m. UTC | #6
Anibal Limon via lists.yoctoproject.org schrieb am Mi 21. Aug, 10:47 (GMT):
> On Wed, Aug 21, 2024 at 10:34 AM Jörg Sommer <joerg.sommer@navimatix.de>
> wrote:
> 
> > Richard Purdie schrieb am Mi 21. Aug, 16:44 (GMT):
> > > On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via
> > lists.yoctoproject.org wrote:
> > > > From: Jörg Sommer <joerg.sommer@navimatix.de>
> > > >
> > > > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> > > > ---
> > > >  README.md | 8 ++++++--
> > > >  1 file changed, 6 insertions(+), 2 deletions(-)
> > > >
> > > > diff --git a/README.md b/README.md
> > > > index e6f548e..8afb161 100644
> > > > --- a/README.md
> > > > +++ b/README.md
> > > > @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
> > > >
> > > >  ## Contributions
> > > >
> > > > -For contribute please send a patch with subject prefix
> > "[ptest-runner]" to
> > > > -yocto@lists.yoctoproject.org.
> > > > +For contribute please send a patch with subject prefix
> > "[ptest-runner]" to
> > > > +yocto-patches@lists.yoctoproject.org.
> > > > +
> > > > +```
> > > > +git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH'
> > ...
> > > > +```
> > >
> > > This looks good but we might also want to cc: Anibal on these so note
> > > that in there as well?
> >
> > Would be `--cc=anibal@limonsoftware.com` okay?
> >
> 
> Yes I will add that to your patch, Thanks!,

Did you forget to amend the patch?
Anibal Limon Aug. 22, 2024, 11:44 a.m. UTC | #7
On Thu, Aug 22, 2024 at 5:37 AM Jörg Sommer <joerg.sommer@navimatix.de>
wrote:

> Anibal Limon via lists.yoctoproject.org schrieb am Mi 21. Aug, 10:47
> (GMT):
> > On Wed, Aug 21, 2024 at 10:34 AM Jörg Sommer <joerg.sommer@navimatix.de>
> > wrote:
> >
> > > Richard Purdie schrieb am Mi 21. Aug, 16:44 (GMT):
> > > > On Wed, 2024-08-21 at 13:35 +0200, Jörg Sommer via
> > > lists.yoctoproject.org wrote:
> > > > > From: Jörg Sommer <joerg.sommer@navimatix.de>
> > > > >
> > > > > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> > > > > ---
> > > > >  README.md | 8 ++++++--
> > > > >  1 file changed, 6 insertions(+), 2 deletions(-)
> > > > >
> > > > > diff --git a/README.md b/README.md
> > > > > index e6f548e..8afb161 100644
> > > > > --- a/README.md
> > > > > +++ b/README.md
> > > > > @@ -48,8 +48,12 @@ $ mtrace ./ptest-runner $MALLOC_TRACE
> > > > >
> > > > >  ## Contributions
> > > > >
> > > > > -For contribute please send a patch with subject prefix
> > > "[ptest-runner]" to
> > > > > -yocto@lists.yoctoproject.org.
> > > > > +For contribute please send a patch with subject prefix
> > > "[ptest-runner]" to
> > > > > +yocto-patches@lists.yoctoproject.org.
> > > > > +
> > > > > +```
> > > > > +git send-email --to=yocto-patches@lists.yoctoproject.org
> --subject-prefix='ptest-runner][PATCH'
> > > ...
> > > > > +```
> > > >
> > > > This looks good but we might also want to cc: Anibal on these so note
> > > > that in there as well?
> > >
> > > Would be `--cc=anibal@limonsoftware.com` okay?
> > >
> >
> > Yes I will add that to your patch, Thanks!,
>
> Did you forget to amend the patch?
>

Nice catch, yes, pushing upon one. Thanks!
diff mbox series

Patch

diff --git a/README.md b/README.md
index e6f548e..8afb161 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,12 @@  $ mtrace ./ptest-runner $MALLOC_TRACE
 
 ## Contributions
 
-For contribute please send a patch with subject prefix "[ptest-runner]" to 
-yocto@lists.yoctoproject.org.
+For contribute please send a patch with subject prefix "[ptest-runner]" to
+yocto-patches@lists.yoctoproject.org.
+
+```
+git send-email --to=yocto-patches@lists.yoctoproject.org --subject-prefix='ptest-runner][PATCH' ...
+```
 
 ## Links