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
Add repro builds status #244
Comments
|
One idea is to import https://tests.reproducible-builds.org/archlinux/reproducible.json into our Database and generate a developer dashboard from it which can show your no reproducible packages and all. For showing it in the packages detail view, the current status would confuse a user since it's just a CI and not reproducing actual packages. |
|
What if we put it in both places but hide it from the user in detail view? Sometimes I might want to check the repro state of the packages I am looking at. But I am fine just adding it in the dashboard if you want to go for it. |
|
We could even add a field in the user preferences to opt out the repro state in detail view. |
|
In short this means, we need the following parts to implement this:
|
|
Implemented in 1a15dea |
We should add a repro builds status indicator in the package page.
The text was updated successfully, but these errors were encountered: