mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
publish index-v1.json and include a gpg signature
This gives a more flexible and direct way for many clients to consume the index file. #969
This commit is contained in:
parent
8e02c52a45
commit
707cd7addb
3 changed files with 19 additions and 1 deletions
|
|
@ -62,6 +62,10 @@ class DeployTest(unittest.TestCase):
|
|||
'repo/index.jar',
|
||||
'--exclude',
|
||||
'repo/index-v1.jar',
|
||||
'--exclude',
|
||||
'repo/index-v1.json',
|
||||
'--exclude',
|
||||
'repo/index-v1.json.asc',
|
||||
'repo',
|
||||
'example.com:/var/www/fdroid',
|
||||
],
|
||||
|
|
@ -143,6 +147,10 @@ class DeployTest(unittest.TestCase):
|
|||
'archive/index.jar',
|
||||
'--exclude',
|
||||
'archive/index-v1.jar',
|
||||
'--exclude',
|
||||
'archive/index-v1.json',
|
||||
'--exclude',
|
||||
'archive/index-v1.json.asc',
|
||||
'archive',
|
||||
serverwebroot,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue