summaryrefslogtreecommitdiff
path: root/test-lorry
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-21 17:13:04 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-24 15:03:55 +0100
commita7f8b1b63a97c66aea6f39342313d7a5b919cfa7 (patch)
tree967235881352d2ae3c8f14fa026abdb968755841 /test-lorry
parentbf479d5b735b31fde4ecfbfbca4d1217a64f8403 (diff)
downloadlorry-a7f8b1b63a97c66aea6f39342313d7a5b919cfa7.tar.gz
Fix up Lorry to expect repositories to be bare.
This patch makes Lorry always create bare repositories where it can (Note that it cannot for CVS imports) and to create tarballs of bare repositories (if not disabled) which will be more efficient than bundles for creation and cloning. We may be able to disable bundles later.
Diffstat (limited to 'test-lorry')
-rwxr-xr-xtest-lorry3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-lorry b/test-lorry
new file mode 100755
index 0000000..c693507
--- /dev/null
+++ b/test-lorry
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ${SRCDIR}/lorry --no-default-configs --tarball=never "$@"