mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
- it should be 'apiurl' instead of 'apisrv' (this was changed in r6547)
This commit is contained in:
parent
a7c2956ac7
commit
0ed00292ee
@ -277,7 +277,7 @@ def write_initial_config(conffile, entries, custom_template = ''):
|
||||
config.update(entries)
|
||||
if config['gnome_keyring'] and GNOME_KEYRING:
|
||||
protocol, host = \
|
||||
parse_apisrv_url(None, config['apisrv'])
|
||||
parse_apisrv_url(None, config['apiurl'])
|
||||
gnomekeyring.set_network_password_sync(
|
||||
user = config['user'],
|
||||
password = config['pass'],
|
||||
|
Loading…
Reference in New Issue
Block a user