Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
09c0e5b8c9df0e4f88e7828faf3a48ce735413b1...3178f407aaa5ed844488347258827aa84047d9ae
Commits (2)
Add support for detecting png_generated_by_plantuml_captures_kernel_version_and_builddate.
· 79ba98a9
Chris Lamb
authored
Feb 22, 2021
79ba98a9
Tag paperwork with png_generated_by_plantuml_captures_kernel_version_and_builddate
· 3178f407
Chris Lamb
authored
Feb 22, 2021
3178f407
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
3178f407
...
...
@@ -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
View file @
3178f407
...
...
@@ -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:
...
...