mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-04 14:43:38 +02:00
- get the correct apiurl user
This commit is contained in:
@@ -2966,7 +2966,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
else:
|
||||
apiurl = conf.config['apiurl']
|
||||
|
||||
user = conf.config['user']
|
||||
user = conf.get_apiurl_usr(apiurl)
|
||||
|
||||
if conf.config['api_host_options'][apiurl].has_key('email'):
|
||||
os.environ['mailaddr'] = conf.config['api_host_options'][apiurl]['email']
|
||||
|
Reference in New Issue
Block a user