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:
Hans-Christoph Steiner 2022-02-21 22:40:22 +01:00
parent 8e02c52a45
commit 707cd7addb
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
3 changed files with 19 additions and 1 deletions

View file

@ -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,
],