]> git.e2factory.org Git - e2factory.git/commitdiff
e2.conf: clone e2 from git.e2factory.org by default
authorTobias Ulmer <tu@emlix.com>
Fri, 18 Nov 2016 14:30:33 +0000 (15:30 +0100)
committerTobias Ulmer <tu@emlix.com>
Fri, 18 Nov 2016 14:31:58 +0000 (15:31 +0100)
In addition add writeback = true for new-source and create-project.
Remove the comments about ssh/scp, e2 will warn the user against ssh/scp
transport use at runtime.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
global/e2.conf.in

index 95d7ff2660be5c30429dd3e01923654548247b15..0293a2f416c7f9388656c90c8e71b144c03041c9 100644 (file)
@@ -8,9 +8,9 @@ config {
                logrotate = 5,
        },
        site = {
-               e2_server = "projects",
-               e2_location = "emlix/e2/git/e2factory.git",
-               e2_base = "emlix/e2/git/",
+               e2_server = "e2factory_org",
+               e2_location = "git/e2factory.git",
+               e2_base = "git",
                e2_branch = "@DEFAULT_LOCAL_BRANCH@",
                e2_tag = "@DEFAULT_LOCAL_TAG@",
                default_extensions = {
@@ -30,14 +30,14 @@ config {
                        url = "file://@LOCALSTATEDIR@/upstream",
                        cachable = true,
                        cache = true,
-                       -- push_permissions does not work with ssh/scp.
+                       writeback = true,
                        push_permissions = "ug+rwX,o-rwX",
                },
                projects = {
                        url = "file://@LOCALSTATEDIR@/projects",
                        cachable = true,
                        cache = true,
-                       -- push_permissions does not work with ssh/scp.
+                       writeback = true,
                        push_permissions = "ug+rwX,o-rwX",
                },
                chroot = {
@@ -50,17 +50,18 @@ config {
                        cachable = true,
                        cache = true,
                        writeback = true,
-                       -- push_permissions does not work with ssh/scp.
                        push_permissions = "u=rwX,go-rwX",
                },
                releases = {
-                       url="file://@LOCALSTATEDIR@/releases",
+                       url = "file://@LOCALSTATEDIR@/releases",
                        cachable = true,
                        cache = true,
                        writeback = true,
-                       -- push_permissions does not work with ssh/scp.
                        push_permissions = "ug+rwX,o-rwX",
                },
+               e2factory_org = {
+                       url = "https://git.e2factory.org",
+               },
        },
 }