change config.py to config.yml everywhere it is needed

This commit is contained in:
Hans-Christoph Steiner 2021-01-29 13:24:17 +01:00
parent f48ea06adb
commit 97d5933a05
45 changed files with 630 additions and 630 deletions

View file

@ -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)