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 /debian | |
| 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 'debian')
| -rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1b4c3998..008ac687 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ propellor (2.17.0) UNRELEASED; urgency=medium * Locale.available: Run locale-gen, instead of dpkg-reconfigure locales, which modified the locale.gen file and sometimes caused the property to need to make changes every time. + * Force ssh, scp, and git commands to be run in the foreground. -- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 17:58:08 -0400 |
