-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
lib: Add lib.maintainer-groups #72125
Conversation
I do not like having to do |
Makes sense, I wouldn't have to have a |
Yeah, |
So just an idea dump, I think I might've talked about having something where this could map to NixOS Teams so when there's official "working groups" ofborg could request their review. Autolabeing issues for the groups would be nice also, and it would help with people figuring out who's the best person/s to reach on most things. But that's probably an idea that would needs the organizational effort of an RFC. |
I like the idea of having the maintainer-groups being centralized to a single location. Hard to know which packages have maintainers like mesa, gtk, etc |
This is much healthier for nixpkgs core/important packages and will make keeping things up to date so much easier. I love it! |
Maybe renaming it to Eventually, we would like to be able to just add a group directly to the One disadvantage of the current implementation is that it is not possible to find out all packages maintained by a group. That would be useful for |
933517c
to
ed1d5dc
Compare
Also add a freedesktop maintainer group as an example.
ed1d5dc
to
03941c1
Compare
@jtojnar So the idea here is that teams are special groups of maintainers that have shared responsibility, ownership, and accountability. They've like maintainers but they operate more collectively, and there's a usually an ongoing internal discourse and larger infrastructures to be accountable for. I don't think this makes I do think this could be useful right away, it's just when ofborg requests reviews it'll be as individuals. |
Though it is a fundamental thing, should we land more gracefully? It's more difficult to organize changes like this that have many pieces. So if something is committed first it'll be easier down the line. |
Here is an example how the first-class teams could be handled by ofborg: NixOS/ofborg#421 |
On the other hand, not having first-class teams at first would mean having to modify every instance of legacy use. And it could possibly hinder adoption because of people waiting for a better implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to merge this. I know of a company which would like to have a maintainer group for themselves to attach to packages they as an entity maintain. I added a couple of new fileds, type and membership, because a business-maintained group should probably not casually get more users added to it.
What do y'all think?
@ofborg eval
where | ||
|
||
- `members` is the list of maintainers belonging to the group, | ||
- `scope` describes the scope of the group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `scope` describes the scope of the group. | |
- `scope` describes the scope of the group, | |
- `type` "interest-group" or "business", | |
- `membership` "open" or "closed"; to join a closed group, existing members must approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant IRC discussion https://logs.nix.samueldr.com/nixos-dev/2020-03-09#1583795904-1583796772;
@ofborg eval |
I'm just a little concerned about the following scenario:
hard to know where the attr's are coming from, I guess it could be changed to:
similar to the PR, and that's fairly acceptable. Knowing what attr's are being introduce by a |
There are many people interested in being responsible for core desktop packages but adding themselves to each one of them is a chore. This PR adds an indirection simplifying this use case.