Merge with master.

This commit is contained in:
Darko Poljak 2016-04-28 09:09:32 +02:00
commit cf451f0bea
41 changed files with 287 additions and 27 deletions

View file

@ -3,6 +3,8 @@ Changelog
next:
* Core: Fix bug with parallel hosts operation when output path is specifed (Darko Poljak)
* Type __package_pip: Add support for running as specified user (useful for pip in venv) (Darko Poljak)
* New type: __pyvenv: Manage python virtualenv (Darko Poljak)
* Core: Add CDIST_REMOTE_COPY/EXEC env variables and multiplexing options for default scp/ssh (Darko Poljak)
* Types: Remove bashisms in scripts (Darko Poljak)
* Core: Fix bug in remote command with environment (Darko Poljak)