mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue