From f940de2d70dabcaf2d9d0433e919c35840ac4234 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 16 Sep 2016 17:32:17 +0000 Subject: [PATCH] Allow srpm builds in -infra-candidate Signed-off-by: Patrick Uiterwijk --- roles/koji_hub/templates/hub.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 1bcf36b150..d703c5d04c 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -129,7 +129,7 @@ channel = build_from_srpm = has_perm admin :: allow - tag *-infra && has_perm infra :: allow + tag *-infra-candidate && has_perm infra :: allow all :: deny {% endif %}