mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
only use AutoName: in checkupdates
AutoName: is only needed for the commit messages generated by checkupdates, and it makes the logic for localized names confusing. closes #654 refs #304
This commit is contained in:
parent
0f6b638986
commit
fff59e5197
11 changed files with 289 additions and 49 deletions
|
@ -3511,9 +3511,9 @@ def get_certificate(signature_block_file):
|
|||
|
||||
|
||||
def load_stats_fdroid_signing_key_fingerprints():
|
||||
"""Load list of signing-key fingerprints stored by fdroid publish from file.
|
||||
"""Load signing-key fingerprints stored in file generated by fdroid publish.
|
||||
|
||||
:returns: list of dictionanryies containing the singing-key fingerprints.
|
||||
:returns: dict containing the signing-key fingerprints.
|
||||
"""
|
||||
jar_file = os.path.join('stats', 'publishsigkeys.jar')
|
||||
if not os.path.isfile(jar_file):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue