mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-28 09:55:59 +00:00
076aeff0d0
Porting code to better way on interacting with system commands using the run_command function. As run_command don't support multi-thread for performance reasons, we are now using a file instead of a pipe. As tar|tar is now a fallback, this won't have any performance impacts on any case where with no problems and errors. Fixes #640 and #671 Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>