From 9f4c79b8a181c2406068e24dfa771973d649046a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Nov 24 2020 22:50:56 +0000 Subject: koji_hub: kojira: enable src repo for eln-build also. See https://pagure.io/releng/issue/9746 It's desired to have a src repo for eln-build so queries can be done against it. This enables this for eln-build. If it turns out to cause too many problems we can disable it again. Signed-off-by: Kevin Fenzi --- diff --git a/roles/koji_hub/templates/kojira.conf.j2 b/roles/koji_hub/templates/kojira.conf.j2 index 741755e..933306d 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -22,7 +22,7 @@ logfile=/var/log/kojira/kojira.log with_src=no ; We want a srpms repo for rawhide only -separate_source_tags=f{{ FedoraRawhideNumber }}-build +separate_source_tags=f{{ FedoraRawhideNumber }}-build,eln-build ; prevent repo cleanup from stalling repo regen ;prune_batch_size=1