From f3935d491f7b3890abaf8ee56e2b7fc7af63c558 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 2 Oct 2014 13:02:11 +0000 Subject: Allow distbuilds to choose where to put logs --- yarns/implementations.yarn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yarns') 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" -- cgit v1.2.1