Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages missing maintainer #53

Open
anttikantee opened this issue Dec 8, 2015 · 9 comments
Open

Packages missing maintainer #53

anttikantee opened this issue Dec 8, 2015 · 9 comments

Comments

@anttikantee
Copy link
Member

rumprun-packages$ echo */README.md | xargs grep -c Maintainer | grep :0
ngircd/README.md:0

In case the contributors want to take maintainership, I'm pinging them here:
ngircd by @ether42

edit: updated above lists (multiple times)

@anttikantee
Copy link
Member Author

And for maintainer manifesto, see here:
https://github.com/rumpkernel/rumprun-packages#contributing-new-packages

@igalic
Copy link
Contributor

igalic commented Dec 8, 2015

🙋 in case @neeraj9 doesn't step up

@anttikantee
Copy link
Member Author

I guess you can be co-maintainers in any case.

@Incognito
Copy link
Member

I will maintain libxml2:
#54

I'm willing to co-maintain the PHP package if there is interest.

On Tue, Dec 8, 2015 at 11:07 AM, Antti Kantee [email protected]
wrote:

I guess you can be co-maintainers in any case.


Reply to this email directly or view it on GitHub
#53 (comment)
.

-Brian G.

@kaveman-
Copy link
Member

kaveman- commented Dec 8, 2015

I'll maintain pcre if/when @mato is busy.

@gandro
Copy link
Member

gandro commented Dec 8, 2015

I added myself as maintainer for Rust.

@mato
Copy link
Member

mato commented Dec 9, 2015

On Tuesday, 08.12.2015 at 10:19, Krishna wrote:

I'll maintain pcre if/when @mato is busy.

Ok. I've added both of us as maintainers to pcre.

@Incognito
Copy link
Member

As best I can tell all packages have a maintainer.

erlang/README.md-github: neeraj9, igalic
haproxy/README.md-* Matthias Sperl, Github: m-sp
hiawatha/README.md-* Martin Lucina, [email protected]
leveldb/README.md-* Krishna, [email protected]
libcurl/README.md-* David Smith, [email protected]
libevent/README.md-* Ryan Day, [email protected]
libxml2/README.md-* Brian Graham, [email protected]
mathopd/README.md-* Martin Lucina, [email protected]
memcached/README.md-* Ryan Day, [email protected]
mpg123/README.md-github: anttikantee
mysql/README.md-* Martin Lucina, [email protected]
mysql/README.md-* Github: @mato
nanomsg/README.md-* Marin Bek, github: [@marinbek](https://github.com/marinbek)
nginx/README.md-* Martin Lucina, [email protected]
nodejs/README.md-* David Halls, [email protected]
nodejs/README.md-* Github: @davedoesdev
openmp/README.md-* Vincent Schwarzer, [email protected]
pcre/README.md-@kaveman-, @mato
php/README.md-* Martin Lucina, [email protected]
python3/README.md-* Ryan Day, [email protected]
redis/README.md-* Krishna, [email protected]
roundcube/README.md-* Martin Lucina, [email protected]
roundcube/README.md-* Github: @mato
ruby/README.md-* Reuben Sutton, [email protected]
rust/README.md-* Sebastian Wicki, [email protected]
sqlite/README.md-* Ryan Day, [email protected]

It would be nice if there was a standard format we could easily grep for to get a maintainer list.

I'm using this arcane bash line:

echo */README.md | xargs grep -A 3 Maintainer | grep -ve '====' | grep -v Maintainer | grep -v '\-\-' | grep -v '\-$'

@anttikantee
Copy link
Member Author

According to the first message in this audit trail, and also by running the shell snippet there, ngircd is missing a maintainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants