libgloss: start a MAINTAINERS file

Message ID 20240124043335.26605-1-vapier@gentoo.org
State New
Headers
Series libgloss: start a MAINTAINERS file |

Commit Message

Mike Frysinger Jan. 24, 2024, 4:33 a.m. UTC
  ---
 libgloss/MAINTAINERS | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 libgloss/MAINTAINERS
  

Comments

Corinna Vinschen Jan. 24, 2024, 11:17 a.m. UTC | #1
On Jan 23 23:33, Mike Frysinger wrote:
> ---
>  libgloss/MAINTAINERS | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 libgloss/MAINTAINERS
> 
> diff --git a/libgloss/MAINTAINERS b/libgloss/MAINTAINERS
> new file mode 100644
> index 000000000000..7c64baabc115
> --- /dev/null
> +++ b/libgloss/MAINTAINERS
> @@ -0,0 +1,13 @@
> +			 libgloss Maintainers
> +
> +libgloss is part of Newlib project, so see the file newlib/MAINTAINERS
> +for more people.  This file is intended to find libgloss-specific people
> +where it makes sense.
> +
> +
> +		      Blanket Write Privileges
> +
> +The official maintainers of libgloss:
> +
> +Jeff Johnston			jjohnstn@redhat.com
> +Mike Frysinger			vapier@gentoo.org

Great, sure!  You can also add me as backup.


Thanks,
Corinna
  
Mike Frysinger Jan. 24, 2024, 1:54 p.m. UTC | #2
On 24 Jan 2024 12:17, Corinna Vinschen wrote:
> On Jan 23 23:33, Mike Frysinger wrote:
> > --- /dev/null
> > +++ b/libgloss/MAINTAINERS
> > @@ -0,0 +1,13 @@
> > +			 libgloss Maintainers
> > +
> > +libgloss is part of Newlib project, so see the file newlib/MAINTAINERS
> > +for more people.  This file is intended to find libgloss-specific people
> > +where it makes sense.
> > +
> > +
> > +		      Blanket Write Privileges
> > +
> > +The official maintainers of libgloss:
> > +
> > +Jeff Johnston			jjohnstn@redhat.com
> > +Mike Frysinger			vapier@gentoo.org
> 
> Great, sure!  You can also add me as backup.

i was trying to say that newlib/MAINTAINERS functions as the fallback so we
didn't have to duplicate all the sections.  should i rephrase the intro text
to be more clear ?

i didn't put you here because, from the other thread, it sounded like you
didn't generally pay attention to libgloss changes.
-mike
  
Corinna Vinschen Jan. 24, 2024, 2:43 p.m. UTC | #3
On Jan 24 08:54, Mike Frysinger wrote:
> On 24 Jan 2024 12:17, Corinna Vinschen wrote:
> > On Jan 23 23:33, Mike Frysinger wrote:
> > > --- /dev/null
> > > +++ b/libgloss/MAINTAINERS
> > > @@ -0,0 +1,13 @@
> > > +			 libgloss Maintainers
> > > +
> > > +libgloss is part of Newlib project, so see the file newlib/MAINTAINERS
> > > +for more people.  This file is intended to find libgloss-specific people
> > > +where it makes sense.
> > > +
> > > +
> > > +		      Blanket Write Privileges
> > > +
> > > +The official maintainers of libgloss:
> > > +
> > > +Jeff Johnston			jjohnstn@redhat.com
> > > +Mike Frysinger			vapier@gentoo.org
> > 
> > Great, sure!  You can also add me as backup.
> 
> i was trying to say that newlib/MAINTAINERS functions as the fallback so we
> didn't have to duplicate all the sections.  should i rephrase the intro text
> to be more clear ?

No, it's ok. I just missed to pay attention to the comment *blush*...

> i didn't put you here because, from the other thread, it sounded like you
> didn't generally pay attention to libgloss changes.

I do, I just don't feel qualified, so I usually wait for an ACK
from a reviewer.

Anyway, just push as is.


Thanks,
Corinna
  

Patch

diff --git a/libgloss/MAINTAINERS b/libgloss/MAINTAINERS
new file mode 100644
index 000000000000..7c64baabc115
--- /dev/null
+++ b/libgloss/MAINTAINERS
@@ -0,0 +1,13 @@ 
+			 libgloss Maintainers
+
+libgloss is part of Newlib project, so see the file newlib/MAINTAINERS
+for more people.  This file is intended to find libgloss-specific people
+where it makes sense.
+
+
+		      Blanket Write Privileges
+
+The official maintainers of libgloss:
+
+Jeff Johnston			jjohnstn@redhat.com
+Mike Frysinger			vapier@gentoo.org