[libvirt PATCH 0/4] ci: Adjustments to remove our dependency on sudo

Erik Skultety posted 4 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1612976435.git.eskultet@redhat.com
There is a newer version of this series
ci/Makefile   | 43 ++++++++++++++++++++++++-------------------
ci/build.sh   |  2 ++
ci/prepare.sh | 13 -------------
3 files changed, 26 insertions(+), 32 deletions(-)
delete mode 100644 ci/prepare.sh
[libvirt PATCH 0/4] ci: Adjustments to remove our dependency on sudo
Posted by Erik Skultety 3 years, 2 months ago
Our Debian containers don't have sudo pre-installed and the only reason we
actually needed it was to run a custom prepare script which as it turns out d=
oes
nothing really.

Erik Skultety (4):
  ci: Specify the shebang sequence for build.sh
  ci: Run podman command directly without wrapping it with prepare.sh
  ci: Expose CI_USER_LOGIN as a Makefile variable for users to use
  ci: Drop the prepare.sh script

 ci/Makefile   | 43 ++++++++++++++++++++++++-------------------
 ci/build.sh   |  2 ++
 ci/prepare.sh | 13 -------------
 3 files changed, 26 insertions(+), 32 deletions(-)
 delete mode 100644 ci/prepare.sh

--=20
2.29.2