diff mbox series

[1/2] README: Switch to yocto-patches mailing list

Message ID 20240410092948.1989389-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/2] README: Switch to yocto-patches mailing list | expand

Commit Message

Richard Purdie April 10, 2024, 9:29 a.m. UTC
We're trying to align the various components so tweak pseudo to match our
other projects a little more and use the yocto-patches mailing list for
submissions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 README | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

Comments

Quentin Schulz April 10, 2024, 12:30 p.m. UTC | #1
Hi Richard,

On 4/10/24 11:29, Richard Purdie via lists.yoctoproject.org wrote:
> We're trying to align the various components so tweak pseudo to match our
> other projects a little more and use the yocto-patches mailing list for
> submissions.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>   README | 17 ++++-------------
>   1 file changed, 4 insertions(+), 13 deletions(-)
> 
> diff --git a/README b/README
> index 468cf66..425ee6e 100644
> --- a/README
> +++ b/README
> @@ -1,17 +1,9 @@
>   pseudo -- an analogue to sudo
>   
> -IMPORTANT NOTE:
> +The official home for pseudo's git repository is:
>   
> -As of this writing, the official home for pseudo's git repository has
> -changed to:
>   	git://git.yoctoproject.org/pseudo
>   

Maybe we could use https here?

https://git.yoctoproject.org/pseudo

for example?

> -The old site at:
> -	https://github.com/wrpseudo/pseudo
> -
> -is no longer the "real" master, although I'll probably try to keep it in
> -sync.
> -
>   OVERVIEW:
>   
>   The pseudo utility offers a way to run commands in a virtualized "root"
> @@ -88,7 +80,6 @@ available for other people to look at.
>   
>   CONTACT:
>   
> -Discussions and patches should be directed at the openembedded-core mailing
> -list at openembedded-core at lists.openembedded.org. More information at
> -https://www.openembedded.org/wiki/Mailing_lists. Bugs should be filed with
> -the Yocto project at https://bugzilla.yoctoproject.org/.
> +Patches should be directed at the yocto-patches mailing list at yocto-patches
> +at lists.yoctoproject.org.  Bugs should be filed with the Yocto project
> +at https://bugzilla.yoctoproject.org/.

Maybe we want to add a prefix here too so we can identify easily for 
which project this is for?

e.g. for meta-rockchip we have:

"""
git config format.subjectprefix "meta-rockchip] [PATCH"
"""

maybe we want

"""
git config format.subjectprefix "pseudo] [PATCH"
"""

?

Cheers,
Quentin
Richard Purdie April 10, 2024, 1:41 p.m. UTC | #2
On Wed, 2024-04-10 at 14:30 +0200, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Richard,
> 
> On 4/10/24 11:29, Richard Purdie via lists.yoctoproject.org wrote:
> > We're trying to align the various components so tweak pseudo to match our
> > other projects a little more and use the yocto-patches mailing list for
> > submissions.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> >   README | 17 ++++-------------
> >   1 file changed, 4 insertions(+), 13 deletions(-)
> > 
> > diff --git a/README b/README
> > index 468cf66..425ee6e 100644
> > --- a/README
> > +++ b/README
> > @@ -1,17 +1,9 @@
> >   pseudo -- an analogue to sudo
> >   
> > -IMPORTANT NOTE:
> > +The official home for pseudo's git repository is:
> >   
> > -As of this writing, the official home for pseudo's git repository has
> > -changed to:
> >   	git://git.yoctoproject.org/pseudo
> >   
> 
> Maybe we could use https here?
> 
> https://git.yoctoproject.org/pseudo
>
> for example?

We could, yes.

> > -The old site at:
> > -	https://github.com/wrpseudo/pseudo
> > -
> > -is no longer the "real" master, although I'll probably try to keep it in
> > -sync.
> > -
> >   OVERVIEW:
> >   
> >   The pseudo utility offers a way to run commands in a virtualized "root"
> > @@ -88,7 +80,6 @@ available for other people to look at.
> >   
> >   CONTACT:
> >   
> > -Discussions and patches should be directed at the openembedded-core mailing
> > -list at openembedded-core at lists.openembedded.org. More information at
> > -https://www.openembedded.org/wiki/Mailing_lists. Bugs should be filed with
> > -the Yocto project at https://bugzilla.yoctoproject.org/.
> > +Patches should be directed at the yocto-patches mailing list at yocto-patches
> > +at lists.yoctoproject.org.  Bugs should be filed with the Yocto project
> > +at https://bugzilla.yoctoproject.org/.
> 
> Maybe we want to add a prefix here too so we can identify easily for 
> which project this is for?

It is implied, but yes, we should mention that specifically, agreed.

Cheers,

Richard
diff mbox series

Patch

diff --git a/README b/README
index 468cf66..425ee6e 100644
--- a/README
+++ b/README
@@ -1,17 +1,9 @@ 
 pseudo -- an analogue to sudo
 
-IMPORTANT NOTE:
+The official home for pseudo's git repository is:
 
-As of this writing, the official home for pseudo's git repository has
-changed to:
 	git://git.yoctoproject.org/pseudo
 
-The old site at:
-	https://github.com/wrpseudo/pseudo
-
-is no longer the "real" master, although I'll probably try to keep it in
-sync.
-
 OVERVIEW:
 
 The pseudo utility offers a way to run commands in a virtualized "root"
@@ -88,7 +80,6 @@  available for other people to look at.
 
 CONTACT:
 
-Discussions and patches should be directed at the openembedded-core mailing
-list at openembedded-core at lists.openembedded.org. More information at
-https://www.openembedded.org/wiki/Mailing_lists. Bugs should be filed with
-the Yocto project at https://bugzilla.yoctoproject.org/.
+Patches should be directed at the yocto-patches mailing list at yocto-patches
+at lists.yoctoproject.org.  Bugs should be filed with the Yocto project
+at https://bugzilla.yoctoproject.org/.