From 01166fea24abfe8ead627af6d7e489747e63aa33 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 22 Oct 2009 13:19:58 +0200 Subject: [PATCH] correct hint about push permissions in the sample configuration file Signed-off-by: Gordon Hecker --- global/e2.conf.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/global/e2.conf.in b/global/e2.conf.in index 968338e..be3117c 100644 --- a/global/e2.conf.in +++ b/global/e2.conf.in @@ -35,12 +35,13 @@ config { url = "file://@LOCALSTATEDIR@/upstream", cachable = true, cache = true, + -- push_permissions does not work with ssh/scp. push_permissions = "ug+rwX,o-rwX", }, projects = { url = "file://@LOCALSTATEDIR@/projects", cachable = false, - -- push_permissions works only with rsync+ssh. + -- push_permissions does not work with ssh/scp. push_permissions = "ug+rwX,o-rwX", }, chroot = { @@ -53,7 +54,7 @@ config { cachable = true, cache = true, writeback = true, - -- push_permissions works only with rsync+ssh. + -- push_permissions does not work with ssh/scp. push_permissions = "u=rwX,go-rwX", }, releases = { @@ -61,7 +62,7 @@ config { cacheable = true, cache = true, writeback = true, - -- push_permissions works only with rsync+ssh. + -- push_permissions does not work with ssh/scp. push_permissions = "ug+rwX,o-rwX", }, }, -- 2.39.5