mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Stop fdroid update saying it requires signing keys when it doesn't
Again!
This commit is contained in:
parent
d0b5e60369
commit
368a6ae514
@ -745,6 +745,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
|
|||||||
repoel.setAttribute("timestamp", str(int(time.time())))
|
repoel.setAttribute("timestamp", str(int(time.time())))
|
||||||
|
|
||||||
nosigningkey = False
|
nosigningkey = False
|
||||||
|
if not options.nosign:
|
||||||
if 'repo_keyalias' not in config:
|
if 'repo_keyalias' not in config:
|
||||||
nosigningkey = True
|
nosigningkey = True
|
||||||
logging.critical("'repo_keyalias' not found in config.py!")
|
logging.critical("'repo_keyalias' not found in config.py!")
|
||||||
|
Loading…
Reference in New Issue
Block a user