-
Notifications
You must be signed in to change notification settings - Fork 6
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
If rebuilders return more than one version for a given package, the first one is lost #4
Comments
Mega hackish solution
but i guess there's a more pythonic way of doing that :D |
To make it clearer what the issue is, we have a [testing] repository which also contains automake:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://reproducible.archlinux.org/api/v0/pkgs/list?distro=archlinux at the moment, it's returning two automake versions, so when doing
return {x['name']: [x['version'], x['status']] for x in req.json()}
the first one is lost and it tells me that automake is not reproducible when in fact it isThe text was updated successfully, but these errors were encountered: