summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry b/lorry
index 524ed2c..a3b42e0 100755
--- a/lorry
+++ b/lorry
@@ -680,6 +680,7 @@ class Lorry(cliapp.Application):
env = dict(os.environ)
env['CVS_RSH'] = 'lorry-ssh-wrapper'
env['GIT_DIR'] = gitdir
+ env['HOME'] = gitdir # make cvsps store cache under git dir
self.run_program(
['git', 'cvsimport', '-a', '-d', spec['url'],
'-i', spec['module']],