From bcc04edb3453f6205541bd9737305244146a29b1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 1 Sep 2017 20:08:16 -0400 Subject: [PATCH] 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 --- fedora-atomic.conf | 1 + fedora-cloud.conf | 1 + fedora-docker.conf | 1 + fedora-modular.conf | 1 + fedora.conf | 1 + 5 files changed, 5 insertions(+) diff --git a/fedora-atomic.conf b/fedora-atomic.conf index 458a74e..c13e272 100644 --- a/fedora-atomic.conf +++ b/fedora-atomic.conf @@ -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]})] diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 3495ddb..60485f6 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -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]})] diff --git a/fedora-docker.conf b/fedora-docker.conf index 0685ac0..28b31da 100644 --- a/fedora-docker.conf +++ b/fedora-docker.conf @@ -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]})] diff --git a/fedora-modular.conf b/fedora-modular.conf index 4e979f6..1f30929 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -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' diff --git a/fedora.conf b/fedora.conf index c4075fd..db8df3d 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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'