msys2 / msys2-autobuild

🏭🏭🏭🏭🏭🏭🏭🏭
https://packages.msys2.org/queue
MIT License
35 stars 25 forks source link

API: include if package is in the repo yet #29

Closed lazka closed 3 years ago

lazka commented 3 years ago

This way we can check if all reverse deps are not in the repo and ignore them. Since if they are not in the repo we can't break them "by uploading. This needs to be done per arch though.. so "if all binary packages of package for arch x in repo"

Might be good to change the API response format for this

lazka commented 3 years ago

Done now.

The API change will come another time.