From 3e8e5cb818493429594dda309bcf428fd9333d73 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Thu, 30 Aug 2012 16:55:05 +0200 Subject: [PATCH] Synchronize e2.conf templates Signed-off-by: Tobias Ulmer --- global/e2.conf.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: -- 2.39.5