Signed-off-by: Tobias Ulmer <tu@emlix.com>
-- @field release_id string: release identifiert XXX where do we initialize it?
-- @field env table: env table
-- @field env_files table: list of env files
+-- @field local_template_path Path to the local templates (string).
--- table of sources records, keyed by source names
-- @name sources
return false, e:cat(re)
end
- info.local_template_path = string.format("%s/.e2/lib/e2/templates",
- info.root)
+ info.local_template_path = e2lib.join(info.root, "/.e2/lib/e2/templates")
e2lib.init2() -- configuration must be available