From: Gordon Hecker Date: Thu, 22 Oct 2009 11:19:58 +0000 (+0200) Subject: correct hint about push permissions in the sample configuration file X-Git-Tag: e2factory-2.3.2rc1~40 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=01166fea24abfe8ead627af6d7e489747e63aa33;p=e2factory.git correct hint about push permissions in the sample configuration file Signed-off-by: Gordon Hecker --- 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", }, },