dist-git/pagure: Enable the issue tracker on the tests namespace

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-09-24 12:24:37 +02:00
parent 985642e8ff
commit 93074d7249
2 changed files with 4 additions and 2 deletions

View file

@ -151,6 +151,7 @@
- /srv/git/repositories/
- /srv/git/repositories/forks
- /srv/git/repositories/requests
- /srv/git/repositories/tickets
tags:
- gitolite
- pagure

View file

@ -17,8 +17,9 @@ DOCS_FOLDER = None
REQUESTS_FOLDER = '/srv/git/repositories/requests'
### Folder containing the tickets repos
ENABLE_TICKETS = False
TICKETS_FOLDER = None
ENABLE_TICKETS = True
ENABLE_TICKETS_NAMESPACE = ["tests"]
TICKETS_FOLDER = '/srv/git/repositories/tickets'
### Folder containing the clones of the remotes git repo
REMOTE_GIT_FOLDER = '/srv/git/remotes'