mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Stop fdroid update saying it requires signing keys when it doesn't
Again!
This commit is contained in:
parent
d0b5e60369
commit
368a6ae514
1 changed files with 20 additions and 19 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue