-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Track reproducibility of packages #7
Comments
Here are some more thoughts on this: Definitions:
I think what we should display is the number of times a package was reproduced by (i) full builds (second definition) and (ii) all builds (first definition). |
Actually, the following might be simpler: For each package, we build a table with one row per build and (build number, version, hash) as columns. Then, if there are two rows for the current version that have different hashes, that's a reproduction failure. |
That is indeed what I wanted to do. Just collect build artifact hashes, find discrepancies EDIT: The above statistic can very well be calculated from a history of build hashes |
xbbs should track whether packages could be (byte-wise) reproduced consistently (e.g., by the last full rebuild or the last X full rebuilds).
The text was updated successfully, but these errors were encountered: