From 3209229b2675ccfd093747fbb132131ba684369f Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Apr 22 2020 10:44:53 +0000 Subject: ELN: Allow reusing old Pungi gather phase results. Pungi-4.2.21 has new performance optimization - it can reuse gather phase results from previous compose runs in certain situations: https://pagure.io/pungi/pull-request/1360 This commit enables this for ELN composes. Signed-off-by: Jan Kaluza --- diff --git a/eln.conf b/eln.conf index 91ad86d..69e5fec 100644 --- a/eln.conf +++ b/eln.conf @@ -75,6 +75,8 @@ gather_profiler = True check_deps = False greedy_method = 'build' +gather_allow_reuse = True + repoclosure_backend = 'dnf' # fomat: [(variant_uid_regex, {arch|*: [repos]})]