Adjust the pagure configuration for gitolite3

This commit is contained in:
Pierre-Yves Chibon 2015-05-13 15:35:12 +02:00
parent dae812062d
commit ac08e100fe

View file

@ -58,7 +58,7 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests'
TICKETS_FOLDER = '/srv/git/repositories/tickets'
### Configuration file for gitolite
GITOLITE_CONFIG = '/etc/gitolite/conf/gitolite.conf'
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
### Home folder of the gitolite user
@ -66,10 +66,10 @@ GITOLITE_CONFIG = '/etc/gitolite/conf/gitolite.conf'
GITOLITE_HOME = '/srv/git/'
### Folder containing all the public ssh keys for gitolite
GITOLITE_KEYDIR = '/etc/gitolite/keydir/'
GITOLITE_KEYDIR = '/srv/git/.gitolite/keydir/'
### Path to the gitolite.rc file
GL_RC = '/etc/gitolite/gitolite.rc'
GL_RC = '/srv/gito/.gitolite.rc'
### Path to the /bin directory where the gitolite tools can be found
GL_BINDIR = '/usr/bin/'