mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-28 07:26:15 +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)
|
config.update(entries)
|
||||||
if config['gnome_keyring'] and GNOME_KEYRING:
|
if config['gnome_keyring'] and GNOME_KEYRING:
|
||||||
protocol, host = \
|
protocol, host = \
|
||||||
parse_apisrv_url(None, config['apisrv'])
|
parse_apisrv_url(None, config['apiurl'])
|
||||||
gnomekeyring.set_network_password_sync(
|
gnomekeyring.set_network_password_sync(
|
||||||
user = config['user'],
|
user = config['user'],
|
||||||
password = config['pass'],
|
password = config['pass'],
|
||||||
|
Loading…
Reference in New Issue
Block a user