From 979fc0e4c03bf6ccd88873f561040bfa1133111d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Mar 2016 20:39:44 -0400 Subject: Force ssh, scp, and git commands to be run in the foreground. Before, they could run in the background if another process was running, and so their output wouldn't immediately be visible. With this change, the concurrent-output layer is not used for these interactive commands. --- propellor.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 3518a7ee..7c781c43 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -175,6 +175,7 @@ Library Utility.PosixFiles Utility.Process Utility.Process.Shim + Utility.Process.NonConcurrent Utility.SafeCommand Utility.Scheduled Utility.Table -- cgit v1.2.3