mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
index-v2.jar is not a valid file, remove references
entry.jar is the signed file, it references index-v2.json.
This commit is contained in:
parent
002d9cf333
commit
01f7dfd0b3
4 changed files with 0 additions and 7 deletions
|
@ -62,7 +62,6 @@ def _get_index_excludes(repo_section):
|
|||
os.path.join(repo_section, 'index-v1.jar'),
|
||||
os.path.join(repo_section, 'index-v1.json'),
|
||||
os.path.join(repo_section, 'index-v1.json.asc'),
|
||||
os.path.join(repo_section, 'index-v2.jar'),
|
||||
os.path.join(repo_section, 'index-v2.json'),
|
||||
os.path.join(repo_section, 'index-v2.json.asc'),
|
||||
os.path.join(repo_section, 'index.jar'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue