From e1707dfe7c67b43ca6cd71bafce70666d6129631 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Jul 2015 17:53:36 -0400 Subject: [PATCH] want to avoid rsync only shared repo as an option when it doesn't work, as on GitLab --- templates/configurators/ssh/confirm.hamlet | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/templates/configurators/ssh/confirm.hamlet b/templates/configurators/ssh/confirm.hamlet index 8937c11dee..99d70ff624 100644 --- a/templates/configurators/ssh/confirm.hamlet +++ b/templates/configurators/ssh/confirm.hamlet @@ -35,16 +35,17 @@ Make an unencrypted git repository on the server

-or- -

- Simple shared encryption -

- This allows everyone who has a clone of this repository to # - decrypt the files stored on #{sshHostName sshdata}. That makes # - it good for sharing. And it's easy to set up and use. -

- - - \ Use shared encryption + $if hasCapability sshdata RsyncCapable +

+ Simple shared encryption +

+ This allows everyone who has a clone of this repository to # + decrypt the files stored on #{sshHostName sshdata}. That makes # + it good for sharing. And it's easy to set up and use. +

+ + + \ Use shared encryption $if hasCapability sshdata GitCapable

-or-