mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01: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:
commit
cb52a8ed3b
@ -3731,6 +3731,7 @@ def is_repo_file(filename):
|
|||||||
return os.path.isfile(filename) \
|
return os.path.isfile(filename) \
|
||||||
and not filename.endswith(b'.asc') \
|
and not filename.endswith(b'.asc') \
|
||||||
and not filename.endswith(b'.sig') \
|
and not filename.endswith(b'.sig') \
|
||||||
|
and not filename.endswith(b'.idsig') \
|
||||||
and not filename.endswith(b'.log.gz') \
|
and not filename.endswith(b'.log.gz') \
|
||||||
and os.path.basename(filename) not in [
|
and os.path.basename(filename) not in [
|
||||||
b'index.jar',
|
b'index.jar',
|
||||||
|
Loading…
Reference in New Issue
Block a user