summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali@codethink.co.uk>2012-02-20 13:32:14 +0000
committerAdnan Ali <adnan.ali@codethink.co.uk>2012-02-20 13:32:14 +0000
commitfcf95740d72fa199ae4f11ba40cb0267a66f039b (patch)
treeddb895db11e50dcebf20ccefaa70388fcd20bfaf /lorry
parent00a335f6475eac7c952b909faf6d9ad048247e05 (diff)
parenta1a5cbea74e706708678d00f88cf4cd1ea07f556 (diff)
downloadlorry-fcf95740d72fa199ae4f11ba40cb0267a66f039b.tar.gz
Merge branch 'master' of gitorious.org:baserock/lorry
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index 2927be3..a99d5f4 100755
--- a/lorry
+++ b/lorry
@@ -244,7 +244,7 @@ class Lorry(cliapp.Application):
self.run_program(['git', 'svn', 'fetch'], cwd=gitdir)
def gitify_cvs(self, project_name, dirname, gitdir, spec):
- self.run_program(['git', 'cvsimport', '-d', spec['url'],
+ self.run_program(['git', 'cvsimport', '-a', '-d', spec['url'],
'-C', gitdir, spec['module']])
out = self.run_program(['git', 'remote'], cwd=gitdir)
if 'gitorious' not in out.splitlines():