]> git.e2factory.org Git - e2factory.git/commitdiff
correct hint about push permissions in the sample configuration file
authorGordon Hecker <gh@emlix.com>
Thu, 22 Oct 2009 11:19:58 +0000 (13:19 +0200)
committerGordon Hecker <gh@emlix.com>
Thu, 22 Oct 2009 11:25:04 +0000 (13:25 +0200)
Signed-off-by: Gordon Hecker <gh@emlix.com>
global/e2.conf.in

index 968338e2cdb40c7261deb569f5b647102bb1a4b1..be3117c0c25fb1148aeb44a16f2c5dc1f38ff9f8 100644 (file)
@@ -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",
                },
        },