1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Stop fdroid update saying it requires signing keys when it doesn't

Again!
This commit is contained in:
Ciaran Gultnieks 2015-06-04 15:00:31 +01:00
parent d0b5e60369
commit 368a6ae514

View File

@ -745,6 +745,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
repoel.setAttribute("timestamp", str(int(time.time())))
nosigningkey = False
if not options.nosign:
if 'repo_keyalias' not in config:
nosigningkey = True
logging.critical("'repo_keyalias' not found in config.py!")