remove deprecated --ca option

Fixes: https://pagure.io/koji/issue/2192
This commit is contained in:
Tomas Kopecek 2020-10-06 13:48:05 +02:00
parent 7ba3e93e20
commit 0f56d39487
7 changed files with 3 additions and 20 deletions

View file

@ -139,7 +139,6 @@ def get_options():
'offline_retry_interval': 120,
'allowed_scms': '',
'cert': None,
'ca': '', # FIXME: Remove in next major release
'serverca': None}
if config.has_section('kojivmd'):
for name, value in config.items('kojivmd'):