From 9924a5158d83db578bd09cd2df103bbe5b517a2d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 31 Jul 2017 21:17:10 -0400 Subject: Add HOME during git archive call HOME is needed to find the modified git config. It not being set before now was an oversight. --- testing/gitano-test-tool.in | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in index 84b7148..f375e8c 100644 --- a/testing/gitano-test-tool.in +++ b/testing/gitano-test-tool.in @@ -431,6 +431,7 @@ end function cmd_gitarchive(user, key, repo, ref) local exturl = generate_exturl(user, key, repo) run_program { + env = { HOME = user_home(user) }, "git", "archive", "--remote", exturl, ref, } end -- cgit v1.2.1