Skip to content

Get Fedora versions from bodhi instead of packagerdashboard #27

@humaton

Description

@humaton

Hi,

Thanks to the recent oraculum/packager-dashboard outage, we at CLE have realized that you depended on this application. We are currently looking for new community maintainers for it.

Checking out your codebase, you are only fetching releases from the API. Is it possible for you to update your logic and get the data from the Bodhi API?

curl -X GET https://bodhi.fedoraproject.org/releases/?state=pending | jq
curl -X GET https://bodhi.fedoraproject.org/releases/?state=current | jq
curl -X GET https://bodhi.fedoraproject.org/releases/?state=frozen | jq

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    Status
    backlog
    Status
    triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions