Merge #342 Set the gather_profiler option.

This commit is contained in:
Kevin Fenzi 2017-09-27 17:26:23 +00:00
commit 0d8338db69
5 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@ filter_system_release_packages = False
# GATHER
gather_source = 'comps'
gather_method = 'deps'
gather_profiler = True
check_deps = False
greedy_method = 'build'
# fomat: [(variant_uid_regex, {arch|*: [repos]})]

View File

@ -33,6 +33,7 @@ filter_system_release_packages = False
# GATHER
gather_source = 'comps'
gather_method = 'deps'
gather_profiler = True
check_deps = False
greedy_method = 'build'
# fomat: [(variant_uid_regex, {arch|*: [repos]})]

View File

@ -33,6 +33,7 @@ filter_system_release_packages = False
# GATHER
gather_source = 'comps'
gather_method = 'deps'
gather_profiler = True
check_deps = False
greedy_method = 'build'
# fomat: [(variant_uid_regex, {arch|*: [repos]})]

View File

@ -40,6 +40,7 @@ filter_system_release_packages = False
# GATHER
gather_source = 'module'
gather_method = 'nodeps'
gather_profiler = True
check_deps = False
greedy_method = 'build'

View File

@ -48,6 +48,7 @@ filter_system_release_packages = False
gather_source = 'comps'
gather_method = 'deps'
gather_backend = 'dnf'
gather_profiler = True
check_deps = False
greedy_method = 'build'