]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Drop the prepare.sh script
authorErik Skultety <eskultet@redhat.com>
Wed, 10 Feb 2021 06:06:19 +0000 (07:06 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 12 Feb 2021 16:01:41 +0000 (17:01 +0100)
commit321293e2a32f5c2db1fd0fe2ec0f43040fece527
tree50a20ac4056e216fb993af76903c90908db1ad2c
parentee07bffacc30ef40f1cf463a610dfb6e08e4836a
ci: Drop the prepare.sh script

The purpose of this script was to prepare a customized environment in
the container, but was actually never used and it required the usage of
sudo to switch the environment from root's context to a regular user's
one.
The thing is that once someone needs a custom script they would very
likely to debug something and would also benefit from root privileges
in general, so the usage of 'sudo' in such case was a bit cumbersome.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
ci/prepare.sh [deleted file]