--[[
e2factory, the emlix embedded build system
-/etc/e2/e2.conf sample configuration file
+@SYSCONFDIR@/e2.conf sample configuration file
]]
config {
log = {
},
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 = {
},
},
}
+
+-- vim:ft=lua:sts=0:noet:nosta:ts=8: