mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-31 20:26:13 +01:00
- fixed KeyError when printing the new_conf_template
This commit is contained in:
parent
34b5b109ac
commit
a4f4488a50
@ -41,6 +41,7 @@ config = { }
|
|||||||
DEFAULTS = { 'apisrv': 'https://api.opensuse.org/',
|
DEFAULTS = { 'apisrv': 'https://api.opensuse.org/',
|
||||||
'scheme': 'https',
|
'scheme': 'https',
|
||||||
'user': 'your_username',
|
'user': 'your_username',
|
||||||
|
'pass': 'your_password',
|
||||||
'packagecachedir': '/var/tmp/osbuild-packagecache',
|
'packagecachedir': '/var/tmp/osbuild-packagecache',
|
||||||
'su-wrapper': 'su -c',
|
'su-wrapper': 'su -c',
|
||||||
'build-cmd': '/usr/bin/build',
|
'build-cmd': '/usr/bin/build',
|
||||||
|
Loading…
Reference in New Issue
Block a user