summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-02 13:02:11 +0000
committerRichard Maw <richard.maw@gmail.com>2014-10-08 12:14:03 +0000
commitf3935d491f7b3890abaf8ee56e2b7fc7af63c558 (patch)
tree3f95ac8de34ddbd8c250d367ee7a744b8e5d4ce7 /yarns
parent53f14b5061247e5d7bbd22417eb8e10c1470efb1 (diff)
downloadmorph-f3935d491f7b3890abaf8ee56e2b7fc7af63c558.tar.gz
Allow distbuilds to choose where to put logs
Diffstat (limited to 'yarns')
-rw-r--r--yarns/implementations.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 6748e3d3..c6d245d0 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -1110,6 +1110,8 @@ Distbuild
>>"$DATADIR/morph.conf"
echo "controller-initiator-address = localhost" \
>>"$DATADIR/morph.conf"
+ echo "initiator-step-output-dir = $DATADIR" \
+ >>"$DATADIR/morph.conf"
IMPLEMENTS FINALLY the distbuild controller is terminated
stop_daemon "$DATADIR/controller-helper-pid"