[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support for auto-classifying captures_build_path_in_hd5_database_files.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Wed Mar 20 10:36:46 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
e5d31991 by Chris Lamb at 2024-03-20T10:35:38+00:00
Add support for auto-classifying captures_build_path_in_hd5_database_files.

- - - - -
735616c8 by Chris Lamb at 2024-03-20T10:36:00+00:00
Tag ngspetsc with captures_build_path_in_hd5_database_files

- - - - -


2 changed files:

- bin/auto-classify
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -143,6 +143,9 @@ def walk_json(elem):
         if v.endswith("objects.inv"):
             yield "randomness_in_objects_inv"
 
+        if v.endswith("h5dump {}") and "HDF5" in diff:
+            yield "captures_build_path_in_hd5_database_files"
+
         if (
             v.endswith(".py")
             and "Form implementation generated from reading ui file" in diff


=====================================
packages.yml
=====================================
@@ -17557,6 +17557,10 @@ ngraph-gtk:
   version: 6.07.02-2
   issues:
     - captures_build_path_via_assert
+ngspetsc:
+  version: 0.0~git20240130.0c8a05b-2
+  issues:
+    - captures_build_path_in_hd5_database_files
 ngspice:
   version: 30.2-1
   comments: |



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/5efba76815bd104e4d29038b3b16a31843a4cbfa...735616c83318534fefca88351124c8227d681b2b

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/5efba76815bd104e4d29038b3b16a31843a4cbfa...735616c83318534fefca88351124c8227d681b2b
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/20240320/6c0148cf/attachment.htm>


More information about the rb-commits mailing list