From 4a7649d6512634c86dd82206e9bc8c4692464406 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 31 Jan 2019 12:17:49 +0100 Subject: [PATCH] Modules.... Signed-off-by: Patrick Uiterwijk --- roles/distgit/pagure/templates/pagure_shared.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index b83819d68d..92feb08cba 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -66,7 +66,7 @@ BLACKLISTED_GROUPS = ['forks', 'group'] ACL_BLOCK_UNSPECIFIED = False ACL_PROTECTED_NAMESPACES = ['rpms', 'modules', 'container'] RCM_GROUP = 'relenggroup' -RCM_BRANCHES = ['refs/heads/f[0-9]+', 'refs/tags/.*', 'refs/heads/master'] +RCM_BRANCHES = ['refs/heads/f[0-9]+', 'refs/tags/.*', 'refs/heads/master', 'refs/heads/.*'] # Pushing to c* stuff is never allowed BLACKLIST_RES = ['refs/heads/c[0-9]+.*'] # Pushing to (f|epel|el|olpc)(num+) that is not previously approved