Create the remotes folder for the remote PR
This commit is contained in:
parent
0487aae7f4
commit
a4664e06c6
2 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
||||||
- /srv/git/repositories/docs
|
- /srv/git/repositories/docs
|
||||||
- /srv/git/repositories/tickets
|
- /srv/git/repositories/tickets
|
||||||
- /srv/git/repositories/requests
|
- /srv/git/repositories/requests
|
||||||
|
- /srv/git/repositories/remotes
|
||||||
tags:
|
tags:
|
||||||
- gitolite
|
- gitolite
|
||||||
- pagure
|
- pagure
|
||||||
|
|
|
@ -84,6 +84,9 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests'
|
||||||
### Folder containing the tickets repos
|
### Folder containing the tickets repos
|
||||||
TICKETS_FOLDER = '/srv/git/repositories/tickets'
|
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
|
### Configuration file for gitolite
|
||||||
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
|
GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue