[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support for detecting png_generated_by_plantuml_captures_kernel_version_and_builddate.
Chris Lamb
gitlab at salsa.debian.org
Mon Feb 22 10:03:20 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
79ba98a9 by Chris Lamb at 2021-02-22T10:01:09+00:00
Add support for detecting png_generated_by_plantuml_captures_kernel_version_and_builddate.
- - - - -
3178f407 by Chris Lamb at 2021-02-22T10:01:36+00:00
Tag paperwork with png_generated_by_plantuml_captures_kernel_version_and_builddate
- - - - -
2 changed files:
- bin/auto-classify
- packages.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -92,6 +92,9 @@ def walk_json(elem):
if not diff:
continue
+ if v.endswith("sng") and "PlantUML" in diff:
+ yield "png_generated_by_plantuml_captures_kernel_version_and_builddate"
+
if v.endswith(".ppu") and "202" in diff:
yield "timestamps_in_ppu_generated_by_fpc"
=====================================
packages.yml
=====================================
@@ -17508,6 +17508,10 @@ pantomime1.2:
version: 1.2.2+dfsg1-1
issues:
- build_id_differences_only
+paperwork:
+ version: 2.0.2-2
+ issues:
+ - png_generated_by_plantuml_captures_kernel_version_and_builddate
paps:
version: 0.6.8-7
issues:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/09c0e5b8c9df0e4f88e7828faf3a48ce735413b1...3178f407aaa5ed844488347258827aa84047d9ae
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/09c0e5b8c9df0e4f88e7828faf3a48ce735413b1...3178f407aaa5ed844488347258827aa84047d9ae
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/20210222/b3ebcd41/attachment.htm>
More information about the rb-commits
mailing list