remote_exec: make install_pkgs() accept list only, improve messaging
ClosedPublic

Authored by kparal on Dec 16 2015, 4:31 PM.

Details

Summary

This is just a few trivial improvements I made when looking at T661.

install_pkgs() now uses python structures instead of string parsing (no
current code needs that, more reliable). Improved debug messages when
command fails. When installing commands, we now inform about it on INFO
level (the full command line executed including all packages is still
visible on DEBUG level).

Test Plan

test suite works

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to remote_exec: make install_pkgs() accept list only, improve messaging.Dec 16 2015, 4:31 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added a reviewer: mkrizek.
mkrizek accepted this revision.Dec 16 2015, 4:36 PM
This revision is now accepted and ready to land.Dec 16 2015, 4:36 PM
This revision was automatically updated to reflect the committed changes.