Let's get real
This commit is contained in:
parent
56c2c54787
commit
b57925043d
1 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,10 @@ TICKETS_FOLDER = None
|
|||
REMOTE_GIT_FOLDER = '/srv/git/remotes'
|
||||
|
||||
### Configuration file for gitolite
|
||||
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf.pagure'
|
||||
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
|
||||
|
||||
### File to include at the top of the gitolite configuration file
|
||||
GITOLITE_PRE_CONFIG = '/var/tmp/gitolite-prefix.txt'
|
||||
|
||||
### Temp folder to be used to make the clones to work around bug in libgit2:
|
||||
## refs: https://github.com/libgit2/libgit2/issues/2965
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue