Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
683d0cf82a2860f6ea3b613c886c131e7fc08e12...320f1a2dabbad976ac6aea87d6111398858130cf
Commits (3)
Add new nondeterministic_checksum_generated_by_coq toolchain issue.
· 9a8b2665
Chris Lamb
authored
Jun 14, 2022
9a8b2665
Add support for detecting nondeterministic_checksum_generated_by_coq.
· 44b8ba80
Chris Lamb
authored
Jun 14, 2022
44b8ba80
Tag packages with nondeterministic_checksum_generated_by_coq
· 320f1a2d
Chris Lamb
authored
Jun 14, 2022
320f1a2d
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
320f1a2d
...
...
@@ -102,6 +102,9 @@ def walk_json(elem):
if
v
.
endswith
(
".repo-id"
):
yield
"randomness_in_perl6_precompiled_libraries"
if
"/var/lib/coq/md5sums/"
in
v
and
v
.
endswith
(
".checksum"
):
yield
"nondeterministic_checksum_generated_by_coq"
diff
=
elem
[
"unified_diff"
]
if
not
diff
:
...
...
issues.yml
View file @
320f1a2d
...
...
@@ -2259,6 +2259,9 @@ nondeterministic_vo_files_generated_by_coq:
captures_build_path_in_vo_files_generated_by_coq
:
description
:
Build path embedded in .vo files generated by some Coq tool.
nondeterministic_checksum_generated_by_coq
:
description
:
/var/lib/coq/md5sums/packagename.checksum contains a short, nondeterminstic string.
captures_build_path_in_hd5_database_files
:
description
:
Absolute build path stored in headers, see h5py. Might be caused by
...
...
packages.yml
View file @
320f1a2d
...
...
@@ -3352,6 +3352,10 @@ coq-hierarchy-builder:
version: 1.2.1-9
issues:
- nondeterministic_vo_files_generated_by_coq
coquelicot:
version: 3.2.0-5
issues:
- nondeterministic_checksum_generated_by_coq
core-specs-alpha-clojure:
version: 0.2.44-3
issues:
...
...
@@ -15795,6 +15799,14 @@ mathcomp-algebra-tactics:
version: 0.3.0-1
issues:
- nondeterministic_vo_files_generated_by_coq
mathcomp-finmap:
version: 1.5.1-7
issues:
- nondeterministic_checksum_generated_by_coq
mathcomp-zify:
version: 1.2.0+1.12+8.13-5
issues:
- nondeterministic_checksum_generated_by_coq
mathgl:
version: 8.0.1-1
issues:
...
...