mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
Consider the "realname" config option in apiurl sections
This is a follow up fix for commit ef13d67 ("Export a real name
for vc to consume").
This commit is contained in:
@@ -976,7 +976,7 @@ def get_config(override_conffile=None,
|
||||
'pass': password,
|
||||
'http_headers': http_headers}
|
||||
|
||||
optional = ('email', 'sslcertck', 'cafile', 'capath')
|
||||
optional = ('realname', 'email', 'sslcertck', 'cafile', 'capath')
|
||||
for key in optional:
|
||||
if cp.has_option(url, key):
|
||||
if key == 'sslcertck':
|
||||
|
||||
Reference in New Issue
Block a user