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:
parent
985642e8ff
commit
93074d7249
2 changed files with 4 additions and 2 deletions
|
@ -151,6 +151,7 @@
|
||||||
- /srv/git/repositories/
|
- /srv/git/repositories/
|
||||||
- /srv/git/repositories/forks
|
- /srv/git/repositories/forks
|
||||||
- /srv/git/repositories/requests
|
- /srv/git/repositories/requests
|
||||||
|
- /srv/git/repositories/tickets
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
- gitolite
|
||||||
- pagure
|
- pagure
|
||||||
|
|
|
@ -17,8 +17,9 @@ DOCS_FOLDER = None
|
||||||
REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
||||||
|
|
||||||
### Folder containing the tickets repos
|
### Folder containing the tickets repos
|
||||||
ENABLE_TICKETS = False
|
ENABLE_TICKETS = True
|
||||||
TICKETS_FOLDER = None
|
ENABLE_TICKETS_NAMESPACE = ["tests"]
|
||||||
|
TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
||||||
|
|
||||||
### Folder containing the clones of the remotes git repo
|
### Folder containing the clones of the remotes git repo
|
||||||
REMOTE_GIT_FOLDER = '/srv/git/remotes'
|
REMOTE_GIT_FOLDER = '/srv/git/remotes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue