Adjust the pagure configuration for gitolite3
This commit is contained in:
parent
dae812062d
commit
ac08e100fe
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
||||||
TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
||||||
|
|
||||||
### Configuration file for gitolite
|
### 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
|
### Home folder of the gitolite user
|
||||||
|
@ -66,10 +66,10 @@ GITOLITE_CONFIG = '/etc/gitolite/conf/gitolite.conf'
|
||||||
GITOLITE_HOME = '/srv/git/'
|
GITOLITE_HOME = '/srv/git/'
|
||||||
|
|
||||||
### Folder containing all the public ssh keys for gitolite
|
### 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
|
### 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
|
### Path to the /bin directory where the gitolite tools can be found
|
||||||
GL_BINDIR = '/usr/bin/'
|
GL_BINDIR = '/usr/bin/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue