Specify the tickets folder for the tickets git repo

This commit is contained in:
Pierre-Yves Chibon 2015-05-13 15:26:22 +02:00
parent 3dda247c94
commit efa80d60e3

View file

@ -54,6 +54,8 @@ DOCS_FOLDER = '/srv/git/repositories/docs'
### Folder containing the pull-requests repos
REQUESTS_FOLDER = '/srv/git/repositories/requests'
### Folder containing the tickets repos
TICKETS_FOLDER = '/srv/git/repositories/tickets'
### Configuration file for gitolite
GITOLITE_CONFIG = '/etc/gitolite/conf/gitolite.conf'