From: Tobias Ulmer Date: Thu, 30 Aug 2012 14:55:05 +0000 (+0200) Subject: Synchronize e2.conf templates X-Git-Tag: e2factory-2.3.13rc1~123 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=3e8e5cb818493429594dda309bcf428fd9333d73;p=e2factory.git Synchronize e2.conf templates Signed-off-by: Tobias Ulmer --- diff --git a/global/e2.conf.in b/global/e2.conf.in index ae2fecb..95d7ff2 100644 --- a/global/e2.conf.in +++ b/global/e2.conf.in @@ -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: