Also allow pushing to tags for releng

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-10-22 12:32:12 +02:00
parent 8c5b02c072
commit 97d0aa22b4

View file

@ -68,7 +68,7 @@ ACL_DEBUG = True
ACL_BLOCK_UNSPECIFIED = False
ACL_PROTECTED_NAMESPACES = ['rpms', 'modules', 'container']
RCM_GROUP = 'relenggroup'
RCM_BRANCHES = ['refs/heads/f[0-9]+']
RCM_BRANCHES = ['refs/heads/f[0-9]+', 'refs/tags/.*']
# 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