summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 09:32:34 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 16:20:35 +0100
commit6f3e63febdb8677f43bfb9185900c4abfe933ee5 (patch)
tree9ece6e98fa2b06ff5a6e2ad94fb6b9bdd08049e2 /distbuild
parentd2897cf5f6b66144dccca2e357f1a64c44152b6d (diff)
downloadmorph-6f3e63febdb8677f43bfb9185900c4abfe933ee5.tar.gz
Add logfile kwarg to staging area runcmd
We use tee to write the output to a file as well as to stdout. Using Popen it should be straight forward to send the output to a pipe and then read that pipe and write to wherever. At the moment morph uses cliapp's runcmd rather than Popen. cliapp's runcmd is a blocking call, so we're not able to read from the pipe until the command has completed, which prevents real time logging to a number of files. One solution to this problem might be to spawn a thread which opens a pipe to the command being executed, the thread then reads from the pipe and writes to our collection of logfiles.
Diffstat (limited to 'distbuild')
0 files changed, 0 insertions, 0 deletions