Create the remotes folder for the remote PR

This commit is contained in:
Pierre-Yves Chibon 2015-07-31 02:42:30 +02:00
parent 0487aae7f4
commit a4664e06c6
2 changed files with 4 additions and 0 deletions

View file

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

View file

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