mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
change config.py to config.yml everywhere it is needed
This commit is contained in:
parent
f48ea06adb
commit
97d5933a05
45 changed files with 630 additions and 630 deletions
|
|
@ -59,7 +59,7 @@ def make(apps, apks, repodir, archive):
|
|||
|
||||
if hasattr(common.options, 'nosign') and common.options.nosign:
|
||||
if 'keystore' not in common.config and 'repo_pubkey' not in common.config:
|
||||
raise FDroidException(_('"repo_pubkey" must be present in config.py when using --nosign!'))
|
||||
raise FDroidException(_('"repo_pubkey" must be present in config.yml when using --nosign!'))
|
||||
else:
|
||||
common.assert_config_keystore(common.config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue