1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

- fixed KeyError when printing the new_conf_template

This commit is contained in:
Marcus Hüwe 2008-04-22 22:43:00 +00:00
parent 34b5b109ac
commit a4f4488a50

View File

@ -41,6 +41,7 @@ config = { }
DEFAULTS = { 'apisrv': 'https://api.opensuse.org/',
'scheme': 'https',
'user': 'your_username',
'pass': 'your_password',
'packagecachedir': '/var/tmp/osbuild-packagecache',
'su-wrapper': 'su -c',
'build-cmd': '/usr/bin/build',