1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 15:06:15 +01:00
This commit is contained in:
Marcus Hüwe 2009-08-04 21:10:23 +00:00
parent b742d58794
commit 473270ec84

View File

@ -71,7 +71,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
# default platform
'build_platform': 'openSUSE_Factory',
# check for unversioned/removed files before commit
'check_filelist': True,
'check_filelist': '1',
}
boolean_opts = ['debug', 'do_package_tracking', 'http_debug', 'post_mortem', 'traceback', 'check_filelist']