mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
scanner - tgz is gzip
This commit is contained in:
parent
d929c15843
commit
2a60f6c195
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(
|
count += handleproblem(
|
||||||
_('Android DEX code'), path_in_build_dir, filepath, json_per_build
|
_('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(
|
count += handleproblem(
|
||||||
_('gzip file archive'), path_in_build_dir, filepath, json_per_build
|
_('gzip file archive'), path_in_build_dir, filepath, json_per_build
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue