Make sure docs and tickets are correctly disabled
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f92899fe69
commit
692e419204
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ GIT_FOLDER = '/srv/git/repositories'
|
||||||
|
|
||||||
### Folder containing the docs repos
|
### Folder containing the docs repos
|
||||||
#DOCS_FOLDER = '/srv/git/repositories/docs'
|
#DOCS_FOLDER = '/srv/git/repositories/docs'
|
||||||
|
ENABLE_DOCS = False
|
||||||
DOCS_FOLDER = None
|
DOCS_FOLDER = None
|
||||||
|
|
||||||
### Folder containing the pull-requests repos
|
### Folder containing the pull-requests repos
|
||||||
|
@ -101,6 +102,7 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
||||||
|
|
||||||
### Folder containing the tickets repos
|
### Folder containing the tickets repos
|
||||||
#TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
#TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
||||||
|
ENABLE_TICKETS = False
|
||||||
TICKETS_FOLDER = None
|
TICKETS_FOLDER = None
|
||||||
|
|
||||||
### Folder containing the clones of the remotes git repo
|
### Folder containing the clones of the remotes git repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue