[libvirt] [jenkins-ci PATCH v2 0/9] Add support for cross compiling libvirt via Debian

Daniel P. Berrangé posted 9 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.gitignore                                    |   1 +
dockerfiles/Makefile                          |  33 +++++
guests/host_vars/libvirt-debian-9/docker.yml  |  57 ++++++++
.../host_vars/libvirt-debian-sid/docker.yml   |  62 +++++++++
guests/lcitool                                | 123 ++++++++++++++----
guests/vars/mappings.yml                      |   9 +-
guests/vars/projects/libvirt.yml              |   1 +
7 files changed, 257 insertions(+), 29 deletions(-)
create mode 100644 dockerfiles/Makefile
[libvirt] [jenkins-ci PATCH v2 0/9] Add support for cross compiling libvirt via Debian
Posted by Daniel P. Berrangé 5 years, 2 months ago
Changed in v2:

 - Fix multiple package name mistakes
 - Modify lcitool to generate cross-arch docker files
 - Add --no-install-recommended flag to apt-get
 - Add DEBIAN_FRONTEND=noninteractive env to apt-get
 - Improve error reporting in lcitool
 - Add make rule for generating dockerfiles locally

Daniel P. Berrangé (9):
  guests: use libpcap0.8-dev package on Debian
  guests: add xfsprogs development package for libvirt
  guests: fix glusterfs package name on Debian
  lcitool: include root cause when failing to load facts
  lcitool: force non-interactive apt-get frontend
  lcitool: avoid installing recommended packages
  lcitool: avoid using an env var to store package list
  lcitool: support generating cross compiler dockerfiles
  docker: add a makefile for building docker images locally

 .gitignore                                    |   1 +
 dockerfiles/Makefile                          |  33 +++++
 guests/host_vars/libvirt-debian-9/docker.yml  |  57 ++++++++
 .../host_vars/libvirt-debian-sid/docker.yml   |  62 +++++++++
 guests/lcitool                                | 123 ++++++++++++++----
 guests/vars/mappings.yml                      |   9 +-
 guests/vars/projects/libvirt.yml              |   1 +
 7 files changed, 257 insertions(+), 29 deletions(-)
 create mode 100644 dockerfiles/Makefile

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH v2 0/9] Add support for cross compiling libvirt via Debian
Posted by Andrea Bolognani 5 years, 2 months ago
On Tue, 2019-02-05 at 17:52 +0000, Daniel P. Berrangé wrote:
> Changed in v2:
> 
>  - Fix multiple package name mistakes
>  - Modify lcitool to generate cross-arch docker files
>  - Add --no-install-recommended flag to apt-get
>  - Add DEBIAN_FRONTEND=noninteractive env to apt-get
>  - Improve error reporting in lcitool
>  - Add make rule for generating dockerfiles locally
> 
> Daniel P. Berrangé (9):
>   guests: use libpcap0.8-dev package on Debian
>   guests: add xfsprogs development package for libvirt
>   guests: fix glusterfs package name on Debian

Would you mind fixing the small issues in these first three patches
and pushing them without waiting for the rest of the changes?

I realized the images on quay.io are fairly outdated, so I'd like to
refresh all Dockerfiles and trigger a rebuild, but it'd be nice if
that included your fixes as well.

Oh, and I guess without the sheepdog changes from 8/9 the Debian Sid
build will certainly fail, so can you post that as a separate patch
and I'll ACK it real quick? :)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list