mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 06:20:12 +01:00
Merge branch 'licaon-kter-master-patch-94098' into 'master'
scanner - tgz is gzip See merge request fdroid/fdroidserver!1368
This commit is contained in:
commit
3f7e01b909
@ -680,7 +680,7 @@ def scan_source(build_dir, build=metadata.Build(), json_per_build=None):
|
||||
count += handleproblem(
|
||||
_('Android DEX code'), path_in_build_dir, filepath, json_per_build
|
||||
)
|
||||
elif curfile.endswith('.gz'):
|
||||
elif curfile.endswith('.gz') or curfile.endswith('.tgz'):
|
||||
count += handleproblem(
|
||||
_('gzip file archive'), path_in_build_dir, filepath, json_per_build
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user