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

simple json API endpoint to get a mapping of pkgbase to maintainers #461

Open
anthraxx opened this issue May 22, 2023 · 1 comment
Open
Assignees

Comments

@anthraxx
Copy link
Member

User story:
I'd like to get a simple mapping from all pkgbase to their corresponding maintainers. With such a mapping I could wire up the bug-bot poc test application that is then able to assign maintainers to issues in all packaging repositories.
The bot would go through all package repositories and check if there are issues. For all issues, it would look up the maintainers that were returned for that pkgbase from Archweb and assigns the missing maintainers.

Example response:
keys as pkgbase with values as lists of maintainers:

{
  "linux": ["jelle", "anthraxx"],
  "fortune-mod": ["fourtrelis"]
....
}
@alerque
Copy link
Member

alerque commented May 22, 2023

Such an endpoint might be what @repology needs to display maintainer data too. Arch packages have been missing it since it wasn't easy to derive from the package database or any other endpoints with bulk access.

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

3 participants