From 820c3adc71ed99912a9e8078e932c52b6b22b301 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Fri, 17 Aug 2018 22:09:51 +0200 Subject: [PATCH] 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"). --- osc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/conf.py b/osc/conf.py index aaf7da66..1384ab3a 100644 --- a/osc/conf.py +++ b/osc/conf.py @@ -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':