Update the pagure config for pkgs.stg
This commit is contained in:
parent
dc89f67a74
commit
4fa601c0d1
1 changed files with 12 additions and 4 deletions
|
@ -145,7 +145,7 @@ SESSION_COOKIE_NAME = 'disgit_pagure'
|
||||||
CHECK_SESSION_IP = True
|
CHECK_SESSION_IP = True
|
||||||
|
|
||||||
# Used by SESSION_COOKIE_PATH
|
# Used by SESSION_COOKIE_PATH
|
||||||
APPLICATION_ROOT = '/pagure/'
|
APPLICATION_ROOT = '/pagure'
|
||||||
|
|
||||||
# Set the SSH certs/keys
|
# Set the SSH certs/keys
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
@ -174,8 +174,7 @@ ENABLE_NEW_PROJECTS = False
|
||||||
ENABLE_DEL_PROJECTS = False
|
ENABLE_DEL_PROJECTS = False
|
||||||
ENABLE_TICKETS = False
|
ENABLE_TICKETS = False
|
||||||
ENABLE_USER_MNGT = False
|
ENABLE_USER_MNGT = False
|
||||||
ALLOWED_PREFIX = ['rpms', 'modules', 'docker', 'test-rpms', 'test-modules',
|
ALLOWED_PREFIX = ['rpms', 'modules', 'container']]
|
||||||
'test-docker']
|
|
||||||
|
|
||||||
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']
|
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']
|
||||||
|
|
||||||
|
@ -188,4 +187,13 @@ ACLS = {
|
||||||
'pull_request_merge': 'Merge a pull-request of this project',
|
'pull_request_merge': 'Merge a pull-request of this project',
|
||||||
}
|
}
|
||||||
|
|
||||||
EXCLUDE_GROUP_INDEX = ['provenpackager']
|
EXTERNAL_COMMITTER = {
|
||||||
|
'fedora-altarch': {},
|
||||||
|
'provenpackager': {
|
||||||
|
'exclude': ['rpms/xulrunner', 'rpms/thunderbird', 'rpms/firefox']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
REQUIRED_GROUPS = {
|
||||||
|
'modules/*': ['module-packager', 'packager'],
|
||||||
|
'rpms/*': ['packager'],
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue