summaryrefslogtreecommitdiff
path: root/share/etc/lorry.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 13:18:55 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 13:23:59 +0000
commit65e9bbd177c49a7e0f102574d7731a13599a0d91 (patch)
tree4a1e8391dd84062e15e58312b185c223947290b4 /share/etc/lorry.conf
parent54e3fbd49d10b70d04e03a646a494ec29a49ffc3 (diff)
downloadtrove-setup-65e9bbd177c49a7e0f102574d7731a13599a0d91.tar.gz
Move template files from /etc to shares/trove-setup/etc
Diffstat (limited to 'share/etc/lorry.conf')
-rw-r--r--share/etc/lorry.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/etc/lorry.conf b/share/etc/lorry.conf
new file mode 100644
index 0000000..16552cb
--- /dev/null
+++ b/share/etc/lorry.conf
@@ -0,0 +1,11 @@
+[config]
+mirror-base-url-push = ssh://git@localhost
+mirror-base-url-fetch = git://##TROVE_HOSTNAME##
+bundle = never
+bundle-dest = /home/lorry/bundles
+tarball = always
+tarball-dest = /home/lorry/tarballs
+working-area = /home/lorry/working-area
+verbose = yes
+log = /dev/stdout
+log-level = debug