[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support fort detecting fortran_captures_build_path.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Sun Aug 22 08:21:44 UTC 2021



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


Commits:
bd4607d2 by Chris Lamb at 2021-08-22T09:20:51+01:00
Add support fort detecting fortran_captures_build_path.

- - - - -
d64465ff by Chris Lamb at 2021-08-22T09:21:09+01:00
Tag siconos with fortran_captures_build_path

- - - - -


2 changed files:

- bin/auto-classify
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -171,6 +171,9 @@ def walk_json(elem):
             if re.search(r"\.cpp\.\w{8}", diff):
                 yield "kodi_package_captures_build_path_in_source_filename_hash"
 
+            if re.search(r"-/build/1st/[^\n]+/\w+\.f\n", diff):
+                yield "fortran_captures_build_path"
+
 
 if __name__ == "__main__":
     sys.exit(main())


=====================================
packages.yml
=====================================
@@ -26838,6 +26838,10 @@ sia:
   version: 1.0.3-1
   issues:
     - golang_compiler_captures_build_path_in_binary
+siconos:
+  version: 4.3.1+dfsg-2
+  issues:
+    - fortran_captures_build_path
 sidplay:
   version: 2.0.9-6
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b6a26cbb224706d6d560f61efa877a4676985616...d64465ff28f7619ab3bca00059fa7a0dede583a3

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b6a26cbb224706d6d560f61efa877a4676985616...d64465ff28f7619ab3bca00059fa7a0dede583a3
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/20210822/7d62d9ba/attachment.htm>


More information about the rb-commits mailing list