Move the folder storing the local clone of remote repo one level up

This fixes ``gitolite trigger POST_COMPILE`` that barfed on this otherwise, but
I am not sure why.
This commit is contained in:
Pierre-Yves Chibon 2015-11-13 15:10:51 +01:00
parent f391fed20b
commit ff845a226d
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
- /srv/git/repositories/docs
- /srv/git/repositories/tickets
- /srv/git/repositories/requests
- /srv/git/repositories/remotes
- /srv/git/remotes
tags:
- gitolite
- pagure

View file

@ -85,7 +85,7 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests'
TICKETS_FOLDER = '/srv/git/repositories/tickets'
### Folder containing the clones of the remotes git repo
REMOTE_GIT_FOLDER = '/srv/git/repositories/remotes'
REMOTE_GIT_FOLDER = '/srv/git/remotes'
### Configuration file for gitolite
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'