From a13e88b0ba292713d50bea0195ce59736747cb48 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 7 Sep 2016 17:42:36 +0000 Subject: [PATCH] allow people with infra permission to build srpms in the infra tags Signed-off-by: Dennis Gilmore --- 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 67581960ab..1bcf36b150 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 el6-docs && has_perm docs :: allow + tag *-infra && has_perm infra :: allow all :: deny {% endif %}