Commit 3aa4d8a2 authored by Marco Mariani's avatar Marco Mariani

override HOME to be software_path or instance_path

parent 82f0a8f9
......@@ -309,7 +309,7 @@ def launchBuildout(path, buildout_binary, logger,
preexec_fn=lambda: dropPrivileges(uid, gid, logger=logger),
cwd=path,
env=getCleanEnvironment(logger=logger,
home_path=pwd.getpwuid(uid).pw_dir),
home_path=path),
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
logger=logger)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment