[Git][reproducible-builds/reproducible-notes][master] 2 commits: auto-classify: Add support for randomness_in_objects_inv.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Tue Sep 28 08:21:17 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
6ffbe9b8 by Chris Lamb at 2021-09-28T09:19:48+01:00
auto-classify: Add support for randomness_in_objects_inv.
- - - - -
1548f373 by Chris Lamb at 2021-09-28T09:20:03+01:00
Tag quart with randomness_in_objects_inv
- - - - -
2 changed files:
- bin/auto-classify
- packages.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -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
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/9334da383981c70f7cf8f734ee43e4b1b4365d93...1548f373755277f431f1d06726d07fcb2326937e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/9334da383981c70f7cf8f734ee43e4b1b4365d93...1548f373755277f431f1d06726d07fcb2326937e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210928/9b91982b/attachment.htm>
More information about the rb-commits
mailing list