Tweak pagure config on dist-git
This commit is contained in:
parent
6aa24d1036
commit
5b433d2a20
1 changed files with 5 additions and 1 deletions
|
@ -182,7 +182,7 @@ SSH_KEYS = {
|
||||||
# Configuration item that are specific for this odd pagure instance
|
# Configuration item that are specific for this odd pagure instance
|
||||||
|
|
||||||
PROJECT_TICKETS = False
|
PROJECT_TICKETS = False
|
||||||
ENABLE_NEW_PROJECTS = False
|
ENABLE_NEW_PROJECTS = True
|
||||||
ENABLE_DEL_PROJECTS = False
|
ENABLE_DEL_PROJECTS = False
|
||||||
ENABLE_TICKETS = False
|
ENABLE_TICKETS = False
|
||||||
ENABLE_GROUP_MNGT = False
|
ENABLE_GROUP_MNGT = False
|
||||||
|
@ -222,6 +222,7 @@ PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
GITOLITE_BACKEND = 'distgit'
|
GITOLITE_BACKEND = 'distgit'
|
||||||
|
GITOLITE_CELERY_QUEUE = 'gitolite_queue'
|
||||||
|
|
||||||
THEME_TEMPLATE_FOLDER = '/usr/share/pagure_dist_git/template/'
|
THEME_TEMPLATE_FOLDER = '/usr/share/pagure_dist_git/template/'
|
||||||
|
|
||||||
|
@ -244,6 +245,9 @@ ADMIN_API_ACLS = [
|
||||||
'pull_request_comment',
|
'pull_request_comment',
|
||||||
'pull_request_merge',
|
'pull_request_merge',
|
||||||
'create_project',
|
'create_project',
|
||||||
|
'modify_project',
|
||||||
]
|
]
|
||||||
|
|
||||||
BLACKLISTED_GROUPS = ['forks', 'group']
|
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue