[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support for classifying nondeterministic_devhelp_documentation_generated_by_gtk_doc.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Tue Aug 17 07:25:19 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
6a7783fe by Chris Lamb at 2021-08-17T08:17:56+01:00
Add support for classifying nondeterministic_devhelp_documentation_generated_by_gtk_doc.
- - - - -
4d6cba53 by Chris Lamb at 2021-08-17T08:24:48+01:00
Tag gdk-pixbuf with nondeterministic_devhelp_documentation_generated_by_gtk_doc
- - - - -
2 changed files:
- bin/auto-classify
- packages.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -125,6 +125,9 @@ def walk_json(elem):
if v.endswith(".prl") and "/build/1st/" in diff:
yield "captures_build_dir_in_qmake_prl_files"
+ if v.endswith(".devhelp2"):
+ yield "nondeterministic_devhelp_documentation_generated_by_gtk_doc"
+
if v.endswith("ppudump {}") and "2021/" in diff:
yield "timestamps_in_ppu_generated_by_fpc"
=====================================
packages.yml
=====================================
@@ -6687,6 +6687,10 @@ gdigi:
version: 0.4.0-1
issues:
- gcc_captures_build_path
+gdk-pixbuf:
+ version: 2.42.6+dfsg-2
+ issues:
+ - nondeterministic_devhelp_documentation_generated_by_gtk_doc
gdome2:
version: 0.8.1+debian-6
issues:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/ba07d8db96dd1eb8c8b72b841e40a8a4a068dff6...4d6cba539aabc27138b29bebd50e9215ae0b2c58
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/ba07d8db96dd1eb8c8b72b841e40a8a4a068dff6...4d6cba539aabc27138b29bebd50e9215ae0b2c58
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/20210817/427f9eca/attachment.htm>
More information about the rb-commits
mailing list