-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use Releases instead of Tags #106
Comments
friendly ping @qchateau what's your take on the above ? |
I'm fine with adding support for more ways to find releases. |
Ok, I should be able to see if/when/how rate-limit happens on my fork's workflow |
Currently, conan-center-bot uses git tags to identify new version, and their download URLs. This is not ideal because more and more recipes are using release tarballs instead of git archives (this ensures sha stability).
With the current stuation,
Github and gitlab provide API to list releases and their artifact (eg https://gitlab.freedesktop.org/api/v4/projects/wayland%2Fwayland/releases and https://api.github.com/repos/openssl/openssl/releases). Using these API when available would:
The main problem is that both github and gitlab have rate limits on API.
For github:
Gitlab rate limits are configurable per instance, so it's harder to have a clearer picture of what's possible.
Is it worth that I spend some time to implement these two new types of upstream and make a PR, or do you see a blocker right away ?
The text was updated successfully, but these errors were encountered: