[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support for classifying build_dir_in_tags_generated_by_doxygen.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Wed Feb 16 00:36:07 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
e5f809df by Chris Lamb at 2022-02-15T16:35:14-08:00
Add support for classifying build_dir_in_tags_generated_by_doxygen.
- - - - -
bb822f5f by Chris Lamb at 2022-02-15T16:35:41-08:00
Tag ignition-physics with build_dir_in_tags_generated_by_doxygen
- - - - -
2 changed files:
- bin/auto-classify
- packages.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -72,6 +72,9 @@ def walk_json(elem):
if v.endswith(".3d"):
yield "timestamps_in_3d_files_created_by_survex"
+ if v.endswith(".tag.xml"):
+ yield "build_dir_in_tags_generated_by_doxygen"
+
if v.endswith("/direct_url.json"):
yield "build_path_in_direct_url_json_file_generated_by_flit"
=====================================
packages.yml
=====================================
@@ -9358,6 +9358,10 @@ ignition-msgs:
version: 0.6.1-1
issues:
- build_id_differences_only
+ignition-physics:
+ version: 5.1.0+ds1-4
+ issues:
+ - build_dir_in_tags_generated_by_doxygen
ignition-plugin:
version: 1.2.0+ds-1
issues:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/58d18bca0ba27a6b983ea115ea33d5738df373d3...bb822f5f6a0ceada308f7dadb38b1a7c2f70e8c1
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/58d18bca0ba27a6b983ea115ea33d5738df373d3...bb822f5f6a0ceada308f7dadb38b1a7c2f70e8c1
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/20220216/12133840/attachment.htm>
More information about the rb-commits
mailing list