Skip to content

update: take build subdir into account when looking for triple-t data

Christian Beier requested to merge (removed):fix-update-py-triple-t into master

Implemented as a fallback solution when parsing settings.gradle and globbing the build dir with '*', 'src', '*', 'play' did not yield results.

Before, the logic would not find triple-t metadata in projects where settings.gradle is in a subdirectory or 'src' is found at a directory depth != 2.

Closes fdroiddata#2295 (closed)

Edited by Christian Beier

Merge request reports