[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update |
Date: |
Mon, 15 Apr 2024 18:11:31 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Fri, Apr 12, 2024 at 03:24:05PM +0200, Thomas Huth wrote:
> This update adds the removing of the EXTERNALLY-MANAGED marker files
> that has been added to the lcitool recently.
For those who don't know, python now commonly blocks the ability to
run 'pip install' outside of a venv. This generally makes sense for
a precious installation environment. Our containers are disposable
though, so a venv has no benefit. Removing the 'EXTERNALLY-MANAGED'
allows the historical arbitrary use of 'pip' outside a venv.
lcitool just does this unconditionally given the containers are
not precious.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/docker/dockerfiles/alpine.docker | 3 ++-
> tests/docker/dockerfiles/centos8.docker | 1 +
> tests/docker/dockerfiles/debian-amd64-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-arm64-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-armel-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-armhf-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-i686-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-mips64el-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-mipsel-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-ppc64el-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-riscv64-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian-s390x-cross.docker | 3 ++-
> tests/docker/dockerfiles/debian.docker | 1 +
> tests/docker/dockerfiles/fedora-win64-cross.docker | 3 ++-
> tests/docker/dockerfiles/fedora.docker | 1 +
> tests/docker/dockerfiles/opensuse-leap.docker | 1 +
> tests/docker/dockerfiles/ubuntu2204.docker | 1 +
> 17 files changed, 29 insertions(+), 12 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 00/13] Drop old distros, bump glib and switch to glib URI parsing code, Thomas Huth, 2024/04/12
- [PATCH v2 01/13] tests: Remove Ubuntu 20.04 container, Thomas Huth, 2024/04/12
- [PATCH v2 02/13] tests/lcitool/libvirt-ci: Update to the latest master branch, Thomas Huth, 2024/04/12
- [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update, Thomas Huth, 2024/04/12
- Re: [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update,
Daniel P . Berrangé <=
- [PATCH v2 05/13] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/04/12
- [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8, Thomas Huth, 2024/04/12
- [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9, Thomas Huth, 2024/04/12
- [PATCH v2 07/13] Bump minimum glib version to v2.66, Thomas Huth, 2024/04/12