add a ignore list for get_maintainer

Message ID 20240308170717.8677-1-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series add a ignore list for get_maintainer |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/github-robot: build success github build: passed
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

Stephen Hemminger March 8, 2024, 5:07 p.m. UTC
  Add an opt-out list for get maintainer tool.  This is helpful
to avoid getting bounce messages and to allow developers
who do not want direct mail.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 .get_maintainer.ignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .get_maintainer.ignore
  

Comments

Ferruh Yigit March 8, 2024, 5:45 p.m. UTC | #1
On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> Add an opt-out list for get maintainer tool.  This is helpful
> to avoid getting bounce messages and to allow developers
> who do not want direct mail.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  .get_maintainer.ignore | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .get_maintainer.ignore
> 
> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> new file mode 100644
> index 000000000000..f70eee0b0d60
> --- /dev/null
> +++ b/.get_maintainer.ignore
> @@ -0,0 +1,11 @@
> +Chenbo Xia <chenbo.xia@intel.com>
> +Damian Nowak <damianx.nowak@intel.com>
> +Ferruh Yigit <ferruh.yigit@intel.com>
> +Gage Eads <gage.eads@intel.com>
> +Guoyang Zhou <zhouguoyang@huawei.com>
> +Jiayu Hu <jiayu.hu@intel.com>
> +Miao Li <miao.li@intel.com>
> +Pascal Mazon <pascal.mazon@6wind.com>
> +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> +Shreyansh Jain <shreyansh.jain@nxp.com>
> +Timothy McDaniel <timothy.mcdaniel@intel.com>

I wonder if there is a way to get new email address of the user, instead
of ignoring it, we have all email addressed in '.mailmap', old ones and
preferred one.
  
Stephen Hemminger March 8, 2024, 5:55 p.m. UTC | #2
On Fri, 8 Mar 2024 17:45:56 +0000
Ferruh Yigit <ferruh.yigit@amd.com> wrote:

> On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> > Add an opt-out list for get maintainer tool.  This is helpful
> > to avoid getting bounce messages and to allow developers
> > who do not want direct mail.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> > ---
> >  .get_maintainer.ignore | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 .get_maintainer.ignore
> > 
> > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> > new file mode 100644
> > index 000000000000..f70eee0b0d60
> > --- /dev/null
> > +++ b/.get_maintainer.ignore
> > @@ -0,0 +1,11 @@
> > +Chenbo Xia <chenbo.xia@intel.com>
> > +Damian Nowak <damianx.nowak@intel.com>
> > +Ferruh Yigit <ferruh.yigit@intel.com>
> > +Gage Eads <gage.eads@intel.com>
> > +Guoyang Zhou <zhouguoyang@huawei.com>
> > +Jiayu Hu <jiayu.hu@intel.com>
> > +Miao Li <miao.li@intel.com>
> > +Pascal Mazon <pascal.mazon@6wind.com>
> > +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> > +Shreyansh Jain <shreyansh.jain@nxp.com>
> > +Timothy McDaniel <timothy.mcdaniel@intel.com>  
> 
> I wonder if there is a way to get new email address of the user, instead
> of ignoring it, we have all email addressed in '.mailmap', old ones and
> preferred one.

The tool does use mailmap, so it should be finding the new addresses.
For Ferruh that should work. There might be an ordering of addresses in our
mailmap file for some cases where the primary address is not listed first?
  
Bruce Richardson March 8, 2024, 6:07 p.m. UTC | #3
On Fri, Mar 08, 2024 at 05:45:56PM +0000, Ferruh Yigit wrote:
> On 3/8/2024 5:07 PM, Stephen Hemminger wrote:
> > Add an opt-out list for get maintainer tool.  This is helpful
> > to avoid getting bounce messages and to allow developers
> > who do not want direct mail.
> > 
> > Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> > ---
> >  .get_maintainer.ignore | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 .get_maintainer.ignore
> > 
> > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
> > new file mode 100644
> > index 000000000000..f70eee0b0d60
> > --- /dev/null
> > +++ b/.get_maintainer.ignore
> > @@ -0,0 +1,11 @@
> > +Chenbo Xia <chenbo.xia@intel.com>
> > +Damian Nowak <damianx.nowak@intel.com>
> > +Ferruh Yigit <ferruh.yigit@intel.com>
> > +Gage Eads <gage.eads@intel.com>
> > +Guoyang Zhou <zhouguoyang@huawei.com>
> > +Jiayu Hu <jiayu.hu@intel.com>
> > +Miao Li <miao.li@intel.com>
> > +Pascal Mazon <pascal.mazon@6wind.com>
> > +Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
> > +Shreyansh Jain <shreyansh.jain@nxp.com>
> > +Timothy McDaniel <timothy.mcdaniel@intel.com>
> 
> I wonder if there is a way to get new email address of the user, instead
> of ignoring it, we have all email addressed in '.mailmap', old ones and
> preferred one.

If the user hasn't provided a new email address then they probably aren't
interested in still being involved in the project. Therefore, adding them
to ignore file is probably best.

/Bruce
  

Patch

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
new file mode 100644
index 000000000000..f70eee0b0d60
--- /dev/null
+++ b/.get_maintainer.ignore
@@ -0,0 +1,11 @@ 
+Chenbo Xia <chenbo.xia@intel.com>
+Damian Nowak <damianx.nowak@intel.com>
+Ferruh Yigit <ferruh.yigit@intel.com>
+Gage Eads <gage.eads@intel.com>
+Guoyang Zhou <zhouguoyang@huawei.com>
+Jiayu Hu <jiayu.hu@intel.com>
+Miao Li <miao.li@intel.com>
+Pascal Mazon <pascal.mazon@6wind.com>
+Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
+Shreyansh Jain <shreyansh.jain@nxp.com>
+Timothy McDaniel <timothy.mcdaniel@intel.com>