Set a real gitolite file

This commit is contained in:
Pierre-Yves Chibon 2017-07-26 22:23:53 +02:00
parent 592c8c02df
commit 62ce796115

View file

@ -100,7 +100,7 @@ TICKETS_FOLDER = None
REMOTE_GIT_FOLDER = '/srv/git/remotes' REMOTE_GIT_FOLDER = '/srv/git/remotes'
### Configuration file for gitolite ### Configuration file for gitolite
#GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf' GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf.pagure'
### Temp folder to be used to make the clones to work around bug in libgit2: ### Temp folder to be used to make the clones to work around bug in libgit2:
## refs: https://github.com/libgit2/libgit2/issues/2965 ## refs: https://github.com/libgit2/libgit2/issues/2965