Signed-off-by: Tobias Ulmer <tu@emlix.com>
-- @class table
-- @name cmdline
cmdline = {},
- git_skip_checkout = true,
template_path = string.format("%s/templates", buildconfig.SYSCONFDIR),
extension_config = ".e2/extensions",
e2config = ".e2/e2config",
src.server, src.location, src.branch))
local skip_checkout = e2lib.globals.git_skip_checkout
rc, re = generic_git.git_clone_from_server(info.cache, src.server,
- src.location, wrk, skip_checkout)
+ src.location, wrk, false)
if not rc then
return false, e:cat(re)
end