#832 ELN: Allow reusing old Pungi gather phase results.
Merged 4 years ago by jkaluza. Opened 4 years ago by jkaluza.
jkaluza/pungi-fedora eln-fork  into  eln

file modified
+2
@@ -75,6 +75,8 @@ 

  check_deps = False

  greedy_method = 'build'

  

+ gather_allow_reuse = True

+ 

  repoclosure_backend = 'dnf'

  

  # fomat: [(variant_uid_regex, {arch|*: [repos]})]

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 jkaluza@redhat.com

Pull-Request has been merged by jkaluza

4 years ago
Metadata