All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-poky: update to new mailing lists
@ 2020-02-18 22:13 Mark Asselstine
  2020-02-19 15:31 ` [poky] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Asselstine @ 2020-02-18 22:13 UTC (permalink / raw)
  To: poky; +Cc: akuster

There is still some confustion around the mail list updates, as we
have seen on the lists recently:
https://lists.yoctoproject.org/g/yocto/message/48439

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---

Armin sent this change out a while back for zeus but I don't
see it there to cherry-pick. So cooked this up for master
and we should cherry-pick to other branches as needed.

 meta-poky/README.poky           | 4 ++--
 meta-poky/conf/distro/poky.conf | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-poky/README.poky b/meta-poky/README.poky
index 8cf2027..be0c6c0 100644
--- a/meta-poky/README.poky
+++ b/meta-poky/README.poky
@@ -53,11 +53,11 @@ bitbake:
 
 documentation:
     Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
-    Mailing list: yocto@yoctoproject.org
+    Mailing list: docs@lists.yoctoproject.org
 
 meta-poky, meta-yocto-bsp:
     Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp)
-    Mailing list: poky@yoctoproject.org
+    Mailing list: poky@lists.yoctoproject.org
 
 Everything else should be sent to the OpenEmbedded Core mailing list.  If in
 doubt, check the oe-core git repository for the content you intend to modify.
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 5c156f1..acfc1bb 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -5,7 +5,7 @@ DISTRO_CODENAME = "master"
 SDK_VENDOR = "-pokysdk"
 SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
 
-MAINTAINER = "Poky <poky@yoctoproject.org>"
+MAINTAINER = "Poky <poky@lists.yoctoproject.org>
 
 TARGET_VENDOR = "-poky"
 
-- 
2.24.0


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

* Re: [poky] [PATCH] meta-poky: update to new mailing lists
  2020-02-18 22:13 [PATCH] meta-poky: update to new mailing lists Mark Asselstine
@ 2020-02-19 15:31 ` Richard Purdie
  2020-02-19 16:02   ` Mark Asselstine
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2020-02-19 15:31 UTC (permalink / raw)
  To: Mark Asselstine, poky; +Cc: akuster

On Tue, 2020-02-18 at 17:13 -0500, Mark Asselstine wrote:
> There is still some confustion around the mail list updates, as we
> have seen on the lists recently:
> https://lists.yoctoproject.org/g/yocto/message/48439
> 
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
> 
> Armin sent this change out a while back for zeus but I don't
> see it there to cherry-pick. So cooked this up for master
> and we should cherry-pick to other branches as needed.
> 
>  meta-poky/README.poky           | 4 ++--
>  meta-poky/conf/distro/poky.conf | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-poky/README.poky b/meta-poky/README.poky
> index 8cf2027..be0c6c0 100644
> --- a/meta-poky/README.poky
> +++ b/meta-poky/README.poky
> @@ -53,11 +53,11 @@ bitbake:
>  
>  documentation:
>      Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
> -    Mailing list: yocto@yoctoproject.org
> +    Mailing list: docs@lists.yoctoproject.org
>  
>  meta-poky, meta-yocto-bsp:
>      Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp)
> -    Mailing list: poky@yoctoproject.org
> +    Mailing list: poky@lists.yoctoproject.org
>  
>  Everything else should be sent to the OpenEmbedded Core mailing list.  If in
>  doubt, check the oe-core git repository for the content you intend to modify.
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> index 5c156f1..acfc1bb 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -5,7 +5,7 @@ DISTRO_CODENAME = "master"
>  SDK_VENDOR = "-pokysdk"
>  SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
>  
> -MAINTAINER = "Poky <poky@yoctoproject.org>"
> +MAINTAINER = "Poky <poky@lists.yoctoproject.org>
> 

I merged this without testing since how badly could this break.

Answer is the missing quote above.

I've fixed that in a followup commit.

Cheers,

Richard



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

* Re: [poky] [PATCH] meta-poky: update to new mailing lists
  2020-02-19 15:31 ` [poky] " Richard Purdie
@ 2020-02-19 16:02   ` Mark Asselstine
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Asselstine @ 2020-02-19 16:02 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky, akuster

On Wednesday, February 19, 2020 10:31:44 A.M. EST Richard Purdie wrote:
> On Tue, 2020-02-18 at 17:13 -0500, Mark Asselstine wrote:
> > There is still some confustion around the mail list updates, as we
> > have seen on the lists recently:
> > https://lists.yoctoproject.org/g/yocto/message/48439
> > 
> > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > ---
> > 
> > Armin sent this change out a while back for zeus but I don't
> > see it there to cherry-pick. So cooked this up for master
> > and we should cherry-pick to other branches as needed.
> > 
> >  meta-poky/README.poky           | 4 ++--
> >  meta-poky/conf/distro/poky.conf | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/meta-poky/README.poky b/meta-poky/README.poky
> > index 8cf2027..be0c6c0 100644
> > --- a/meta-poky/README.poky
> > +++ b/meta-poky/README.poky
> > 
> > @@ -53,11 +53,11 @@ bitbake:
> >  documentation:
> >      Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
> > 
> > -    Mailing list: yocto@yoctoproject.org
> > +    Mailing list: docs@lists.yoctoproject.org
> > 
> >  meta-poky, meta-yocto-bsp:
> >      Git repository:
> >      http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto(-bsp)
> > 
> > -    Mailing list: poky@yoctoproject.org
> > +    Mailing list: poky@lists.yoctoproject.org
> > 
> >  Everything else should be sent to the OpenEmbedded Core mailing list.  If
> >  in doubt, check the oe-core git repository for the content you intend to
> >  modify.> 
> > diff --git a/meta-poky/conf/distro/poky.conf
> > b/meta-poky/conf/distro/poky.conf index 5c156f1..acfc1bb 100644
> > --- a/meta-poky/conf/distro/poky.conf
> > +++ b/meta-poky/conf/distro/poky.conf
> > @@ -5,7 +5,7 @@ DISTRO_CODENAME = "master"
> > 
> >  SDK_VENDOR = "-pokysdk"
> >  SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}',
> >  'snapshot')}"> 
> > -MAINTAINER = "Poky <poky@yoctoproject.org>"
> > +MAINTAINER = "Poky <poky@lists.yoctoproject.org>
> 
> I merged this without testing since how badly could this break.
> 
> Answer is the missing quote above.
> 
> I've fixed that in a followup commit.

Damn. The last thing I want to do is waste your time. Sorry about that, it is 
obvious now but I clearly overlooked it when I reviewed the change before 
sending.

Thanks Richard,
Mark

> 
> Cheers,
> 
> Richard





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

end of thread, other threads:[~2020-02-19 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 22:13 [PATCH] meta-poky: update to new mailing lists Mark Asselstine
2020-02-19 15:31 ` [poky] " Richard Purdie
2020-02-19 16:02   ` Mark Asselstine

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.