Set the gather_profiler option.

See https://pagure.io/pungi/pull-request/727

Once that is merged, released, and deployed, this change will let us see
New and Fascinating Details about the compose process.

Signed-off-by: Ralph Bean <rbean@redhat.com>
This commit is contained in:
Ralph Bean 2017-09-01 20:08:16 -04:00
parent e44593d547
commit bcc04edb34
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'