1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-02 07:20:37 +02:00

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

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',