mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-22 14:38:53 +02:00
- point the user to the README file
This commit is contained in:
@@ -319,7 +319,8 @@ def get_config(override_conffile = None,
|
|||||||
config['apiurl'] = urljoin(scheme, apisrv)
|
config['apiurl'] = urljoin(scheme, apisrv)
|
||||||
if config.has_key('apisrv') or config.has_key('scheme'):
|
if config.has_key('apisrv') or config.has_key('scheme'):
|
||||||
import warnings
|
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)
|
DeprecationWarning)
|
||||||
|
|
||||||
for i in boolean_opts:
|
for i in boolean_opts:
|
||||||
|
Reference in New Issue
Block a user