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