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
ba07d8db96dd1eb8c8b72b841e40a8a4a068dff6...4d6cba539aabc27138b29bebd50e9215ae0b2c58
Commits (2)
Add support for classifying nondeterministic_devhelp_documentation_generated_by_gtk_doc.
· 6a7783fe
Chris Lamb
authored
Aug 17, 2021
6a7783fe
Tag gdk-pixbuf with nondeterministic_devhelp_documentation_generated_by_gtk_doc
· 4d6cba53
Chris Lamb
authored
Aug 17, 2021
4d6cba53
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
4d6cba53
...
...
@@ -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
View file @
4d6cba53
...
...
@@ -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:
...
...