mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +01:00
use empty extra-pkgs by default (bnc#455960)
- avoids non-obious error when building for non-suse distros - local build root and build root on server don't differ by default
This commit is contained in:
parent
81afb0fa4d
commit
601b3c3416
@ -84,7 +84,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
|
||||
# enable project tracking by default
|
||||
'do_package_tracking': '1',
|
||||
# default for osc build
|
||||
'extra-pkgs': 'vim gdb strace',
|
||||
'extra-pkgs': '',
|
||||
# default repository
|
||||
'build_repository': 'openSUSE_Factory',
|
||||
# default project for branch or bco
|
||||
|
Loading…
Reference in New Issue
Block a user