mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 16:55:17 -04: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:
committed by
Jochen Sprickerhof
parent
002d9cf333
commit
01f7dfd0b3
@@ -69,8 +69,6 @@ class DeployTest(unittest.TestCase):
|
||||
'--exclude',
|
||||
'repo/index-v1.json.asc',
|
||||
'--exclude',
|
||||
'repo/index-v2.jar',
|
||||
'--exclude',
|
||||
'repo/index-v2.json',
|
||||
'--exclude',
|
||||
'repo/index-v2.json.asc',
|
||||
@@ -166,8 +164,6 @@ class DeployTest(unittest.TestCase):
|
||||
'--exclude',
|
||||
'archive/index-v1.json.asc',
|
||||
'--exclude',
|
||||
'archive/index-v2.jar',
|
||||
'--exclude',
|
||||
'archive/index-v2.json',
|
||||
'--exclude',
|
||||
'archive/index-v2.json.asc',
|
||||
|
||||
Reference in New Issue
Block a user