Update the name of the blacklist var
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8a8d9f4b85
commit
ad0d416f2a
1 changed files with 6 additions and 6 deletions
|
@ -61,8 +61,9 @@ GITOLITE_CELERY_QUEUE = 'gitolite_queue'
|
|||
|
||||
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||
|
||||
{% if env == "staging" %}
|
||||
# ACL settings
|
||||
ACL_DEBUG = False
|
||||
ACL_DEBUG = True
|
||||
ACL_BLOCK_UNSPECIFIED = False
|
||||
ACL_PROTECTED_NAMESPACES = ['rpms', 'modules', 'container']
|
||||
RCM_GROUP = 'relenggroup'
|
||||
|
@ -71,12 +72,11 @@ RCM_BRANCHES = ['refs/heads/f[0-9]+']
|
|||
BLACKLIST_RES = ['refs/heads/c[0-9]+.*']
|
||||
# Pushing to (f|epel|el|olpc)(num+) that is not previously approved
|
||||
# (supported branches) is not allowed.
|
||||
BLACKLIST_SECOND_RES = ['refs/heads/f[0-9]+',
|
||||
'refs/heads/epel[0-9]+',
|
||||
'refs/heads/el[0-9]+',
|
||||
'refs/heads/olpc[0-9]+']
|
||||
UNSPECIFIED_BLACKLIST_RES = ['refs/heads/f[0-9]+',
|
||||
'refs/heads/epel[0-9]+',
|
||||
'refs/heads/el[0-9]+',
|
||||
'refs/heads/olpc[0-9]+']
|
||||
|
||||
{% if env == "staging" %}
|
||||
ALLOW_HTTP_PUSH = True
|
||||
|
||||
# repoSpanner setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue