]> git.e2factory.org Git - e2factory.git/commitdiff
Synchronize e2.conf templates
authorTobias Ulmer <tu@emlix.com>
Thu, 30 Aug 2012 14:55:05 +0000 (16:55 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:08 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
global/e2.conf.in

index ae2fecb6d8cb9217a79a3a8d5f7b1f12df181754..95d7ff2660be5c30429dd3e01923654548247b15 100644 (file)
@@ -1,7 +1,7 @@
 --[[
 e2factory, the emlix embedded build system
 
-/etc/e2/e2.conf sample configuration file
+@SYSCONFDIR@/e2.conf sample configuration file
 ]]
 config {
        log = {
@@ -9,8 +9,8 @@ config {
        },
        site = {
                e2_server = "projects",
-               e2_location = "e2factory.git",
-               e2_base = ".",
+               e2_location = "emlix/e2/git/e2factory.git",
+               e2_base = "emlix/e2/git/",
                e2_branch = "@DEFAULT_LOCAL_BRANCH@",
                e2_tag = "@DEFAULT_LOCAL_TAG@",
                default_extensions = {
@@ -63,3 +63,5 @@ config {
                },
        },
 }
+
+-- vim:ft=lua:sts=0:noet:nosta:ts=8: