mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-04 22:53:42 +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)
|
||||
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:
|
||||
|
Reference in New Issue
Block a user