summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-02 13:02:11 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-10-02 13:10:22 +0000
commitb98cfd4e0673cee64e61abee714f12dd220c8a2e (patch)
tree3380d3a0e8b4bc3d2b501f398b74d0be5a4e3844 /yarns/implementations.yarn
parent73df0d4ff32bf0f472eb81b16b36ae3fb18bae8f (diff)
downloadmorph-baserock/richardmaw/fix-distbuild.tar.gz
Allow distbuilds to choose where to put logsbaserock/richardmaw/fix-distbuild
Diffstat (limited to 'yarns/implementations.yarn')
-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"