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
9334da383981c70f7cf8f734ee43e4b1b4365d93...1548f373755277f431f1d06726d07fcb2326937e
Commits (2)
auto-classify: Add support for randomness_in_objects_inv.
· 6ffbe9b8
Chris Lamb
authored
Sep 28, 2021
6ffbe9b8
Tag quart with randomness_in_objects_inv
· 1548f373
Chris Lamb
authored
Sep 28, 2021
1548f373
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
1548f373
...
...
@@ -107,6 +107,9 @@ def walk_json(elem):
if
v
.
endswith
(
".beam"
)
and
"/build/1st/"
in
diff
:
yield
"captures_build_path_in_beam_cma_cmt_files"
if
v
.
endswith
(
"objects.inv"
):
yield
"randomness_in_objects_inv"
if
(
v
.
endswith
(
".py"
)
and
"Form implementation generated from reading ui file"
in
diff
...
...
packages.yml
View file @
1548f373
...
...
@@ -20622,6 +20622,10 @@ quantlib-swig:
version: 1.8-2
issues:
- gcc_captures_build_path
quart:
version: 0.14.1-1
issues:
- randomness_in_objects_inv
quelcom:
version: 0.4.0-13
issues:
...
...