Merge #342 Set the gather_profiler option.
This commit is contained in:
commit
0d8338db69
@ -44,6 +44,7 @@ filter_system_release_packages = False
|
|||||||
# GATHER
|
# GATHER
|
||||||
gather_source = 'comps'
|
gather_source = 'comps'
|
||||||
gather_method = 'deps'
|
gather_method = 'deps'
|
||||||
|
gather_profiler = True
|
||||||
check_deps = False
|
check_deps = False
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||||
|
@ -33,6 +33,7 @@ filter_system_release_packages = False
|
|||||||
# GATHER
|
# GATHER
|
||||||
gather_source = 'comps'
|
gather_source = 'comps'
|
||||||
gather_method = 'deps'
|
gather_method = 'deps'
|
||||||
|
gather_profiler = True
|
||||||
check_deps = False
|
check_deps = False
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||||
|
@ -33,6 +33,7 @@ filter_system_release_packages = False
|
|||||||
# GATHER
|
# GATHER
|
||||||
gather_source = 'comps'
|
gather_source = 'comps'
|
||||||
gather_method = 'deps'
|
gather_method = 'deps'
|
||||||
|
gather_profiler = True
|
||||||
check_deps = False
|
check_deps = False
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
# fomat: [(variant_uid_regex, {arch|*: [repos]})]
|
||||||
|
@ -40,6 +40,7 @@ filter_system_release_packages = False
|
|||||||
# GATHER
|
# GATHER
|
||||||
gather_source = 'module'
|
gather_source = 'module'
|
||||||
gather_method = 'nodeps'
|
gather_method = 'nodeps'
|
||||||
|
gather_profiler = True
|
||||||
check_deps = False
|
check_deps = False
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ filter_system_release_packages = False
|
|||||||
gather_source = 'comps'
|
gather_source = 'comps'
|
||||||
gather_method = 'deps'
|
gather_method = 'deps'
|
||||||
gather_backend = 'dnf'
|
gather_backend = 'dnf'
|
||||||
|
gather_profiler = True
|
||||||
check_deps = False
|
check_deps = False
|
||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user