msys2 / msys2-autobuild

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

filter queue to skip packages already available in 'staging' #3

Closed eine closed 4 years ago

eine commented 4 years ago

This is a draft to avoid rebuilding packages that are already in staging. Currently, the logic is to check pkg['repo_path'], pkg['version'], SRCEXT from the info provided by the API.

It seems to work with some packages (+10 are skipped), but not with others. E.g. mingw-w64-bc-1.06-2.src.tar.gz exists but it is not skipped...

/cc @lazka @elieux