[qemu.qmp PATCH 02/12] update maintainer metadata

John Snow posted 12 patches 3 years, 9 months ago
[qemu.qmp PATCH 02/12] update maintainer metadata
Posted by John Snow 3 years, 9 months ago
Modify "QEMU Developer Team" to "QEMU Project", as this matches the
spelling we use for the collective on gitlab.com/qemu-project.

Add myself as the principal maintainer contact.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 setup.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 4ffab73..f06f944 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,10 @@
 [metadata]
 name = qemu.qmp
 version = file:VERSION
-maintainer = QEMU Developer Team
-maintainer_email = qemu-devel@nongnu.org
+author = QEMU Project
+author_email = qemu-devel@nongnu.org
+maintainer = John Snow
+maintainer_email = jsnow@redhat.com
 url = https://www.qemu.org/
 download_url = https://www.qemu.org/download/
 description = QEMU Python Build, Debug and SDK tooling.
-- 
2.34.1
Re: [qemu.qmp PATCH 02/12] update maintainer metadata
Posted by Daniel P. Berrangé 3 years, 9 months ago
On Fri, Apr 22, 2022 at 02:49:30PM -0400, John Snow wrote:
> Modify "QEMU Developer Team" to "QEMU Project", as this matches the
> spelling we use for the collective on gitlab.com/qemu-project.
> 
> Add myself as the principal maintainer contact.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  setup.cfg | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


> diff --git a/setup.cfg b/setup.cfg
> index 4ffab73..f06f944 100644
> --- a/setup.cfg
> +++ b/setup.cfg
> @@ -1,8 +1,10 @@
>  [metadata]
>  name = qemu.qmp
>  version = file:VERSION
> -maintainer = QEMU Developer Team
> -maintainer_email = qemu-devel@nongnu.org
> +author = QEMU Project
> +author_email = qemu-devel@nongnu.org
> +maintainer = John Snow
> +maintainer_email = jsnow@redhat.com

It is up to you to decide, but beware that listing yourself here will
result in random people emailing you directly to ask for help, instead
of emailing the mailing list for help. Personally I always want people
to use the mailing list and never mail me directly [1].

With regards,
Daniel

[1] https://rwmj.wordpress.com/2010/11/08/want-help-dont-email-me-directly/
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Re: [qemu.qmp PATCH 02/12] update maintainer metadata
Posted by John Snow 3 years, 9 months ago
On Mon, Apr 25, 2022, 6:55 AM Daniel P. Berrangé <berrange@redhat.com>
wrote:

> On Fri, Apr 22, 2022 at 02:49:30PM -0400, John Snow wrote:
> > Modify "QEMU Developer Team" to "QEMU Project", as this matches the
> > spelling we use for the collective on gitlab.com/qemu-project.
> >
> > Add myself as the principal maintainer contact.
> >
> > Signed-off-by: John Snow <jsnow@redhat.com>
> > ---
> >  setup.cfg | 6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>
>
> > diff --git a/setup.cfg b/setup.cfg
> > index 4ffab73..f06f944 100644
> > --- a/setup.cfg
> > +++ b/setup.cfg
> > @@ -1,8 +1,10 @@
> >  [metadata]
> >  name = qemu.qmp
> >  version = file:VERSION
> > -maintainer = QEMU Developer Team
> > -maintainer_email = qemu-devel@nongnu.org
> > +author = QEMU Project
> > +author_email = qemu-devel@nongnu.org
> > +maintainer = John Snow
> > +maintainer_email = jsnow@redhat.com
>
> It is up to you to decide, but beware that listing yourself here will
> result in random people emailing you directly to ask for help, instead
> of emailing the mailing list for help. Personally I always want people
> to use the mailing list and never mail me directly [1].
>

Good point. I guess what I am afraid of is that they mail the list and
don't CC me, and I miss it!