Re: [libvirt PATCH 2/4] ci: Run podman command directly without wrapping it with prepare.sh

2021-02-12 Thread Andrea Bolognani
On Wed, 2021-02-10 at 18:00 +0100, Erik Skultety wrote: > The prepare.sh script isn't currently used and forces us to make use > of sudo to switch the user inside the container from root to $USER > which created a problem on our Debian Slim-based containers which don't > have the 'sudo' package ins

[libvirt PATCH 2/4] ci: Run podman command directly without wrapping it with prepare.sh

2021-02-10 Thread Erik Skultety
The prepare.sh script isn't currently used and forces us to make use of sudo to switch the user inside the container from root to $USER which created a problem on our Debian Slim-based containers which don't have the 'sudo' package installed. This patch removes the sudo invocation and instead runs