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
30aad349f763b182cabf0d4300501f093d3f09e5...e2c204c5a5bbfb0b510a217ba66a1d6ce8f71179
Commits (2)
Remove (incorrect!) assumption I added about randomness_in_perl6_precompiled_libraries.
· 99b9f9cc
Chris Lamb
authored
Feb 26, 2022
99b9f9cc
Add support to auto-classify randomness_in_perl6_precompiled_libraries.
· e2c204c5
Chris Lamb
authored
Feb 26, 2022
e2c204c5
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
e2c204c5
...
...
@@ -90,6 +90,9 @@ def walk_json(elem):
if
v
.
endswith
(
"/navtreeindex2.js"
):
yield
"nondeterministic_ordering_in_documentation_generated_by_doxygen"
if
v
.
endswith
(
".repo-id"
):
yield
"randomness_in_perl6_precompiled_libraries"
diff
=
elem
[
"unified_diff"
]
if
not
diff
:
...
...
issues.yml
View file @
e2c204c5
...
...
@@ -2127,8 +2127,7 @@ build_path_in_typelib_files_generated_by_gir_compiler:
absolute build path
randomness_in_perl6_precompiled_libraries
:
description
:
Pretty sure Debian shouldn't be shipping these, just like .pyc
files. See https://wiki.debian.org/Perl6PreCompProposal and
See https://wiki.debian.org/Perl6PreCompProposal and
https://bugs.debian.org/1002496 for more information.
build_date_in_egg_info_directory_name
:
description
:
...
...