diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 20:39:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 20:50:52 -0400 |
| commit | 979fc0e4c03bf6ccd88873f561040bfa1133111d (patch) | |
| tree | 2fd505aef8cf863af079f8a31830a6cc721b304b /propellor.cabal | |
| parent | d09a67ea25be77300a4eeb06b7c922b0c28c5d25 (diff) | |
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.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
