mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +01:00
- point the user to the README file
This commit is contained in:
parent
68f5d72061
commit
595c94d1ca
@ -319,7 +319,8 @@ def get_config(override_conffile = None,
|
||||
config['apiurl'] = urljoin(scheme, apisrv)
|
||||
if config.has_key('apisrv') or config.has_key('scheme'):
|
||||
import warnings
|
||||
warnings.warn("Use of the 'scheme' or 'apisrv' config option is deprecated!",
|
||||
warnings.warn('Use of the \'scheme\' or \'apisrv\' config option is deprecated! ' \
|
||||
'See README for migration details.',
|
||||
DeprecationWarning)
|
||||
|
||||
for i in boolean_opts:
|
||||
|
Loading…
Reference in New Issue
Block a user