make bare repo on server
I think this makes sense.. Unless the assistant is running on the server, the repo won't be updated, so it might as well be bare. Non-bare repos will be handled by the pairing configurator, later.
This commit is contained in:
parent
97ce4d24cb
commit
9f403113dd
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ getMakeSshR sshdata = do
|
||||||
makerepo
|
makerepo
|
||||||
| rsyncOnly sshdata = []
|
| rsyncOnly sshdata = []
|
||||||
| otherwise =
|
| otherwise =
|
||||||
[ "git init"
|
[ "git init --bare --shared"
|
||||||
, "git annex init"
|
, "git annex init"
|
||||||
]
|
]
|
||||||
makeAuthorizedKeys =
|
makeAuthorizedKeys =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue