Merge branch 'apksigv4' into 'master'

don't include .idsig files into the index

See merge request fdroid/fdroidserver!817
This commit is contained in:
Michael Pöhn 2020-10-17 08:58:12 +00:00
commit cb52a8ed3b
1 changed files with 1 additions and 0 deletions

View File

@ -3731,6 +3731,7 @@ def is_repo_file(filename):
return os.path.isfile(filename) \
and not filename.endswith(b'.asc') \
and not filename.endswith(b'.sig') \
and not filename.endswith(b'.idsig') \
and not filename.endswith(b'.log.gz') \
and os.path.basename(filename) not in [
b'index.jar',