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
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 | jqcurl -X GET https://bodhi.fedoraproject.org/releases/?state=current | jqcurl -X GET https://bodhi.fedoraproject.org/releases/?state=frozen | jq