Create wrapper to execute commands 95/1195/3
authorYolanda Robla <yroblamo@redhat.com>
Tue, 16 Jul 2019 10:28:24 +0000 (12:28 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Tue, 16 Jul 2019 10:43:01 +0000 (12:43 +0200)
commitadc5513693274a82183f6b41d03d5de284b37400
tree0e373c1fd15a70f44d11a605c874b52ca3aba484
parent15001f5f078a5b50e202478f0c775b0dfa4da242
Create wrapper to execute commands

In order to have a standard way of executing shell
commands, and show the proper output/error, i have
created a wrapper that is called on each system call,
and controls the behaviour of it.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I0a40a126677a5f7ec878e34e657399d696dd5ee9
pkg/requirements/requirements.go
pkg/site/site.go
pkg/utils/utils.go