Re: [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool

2020-12-04 Thread Daniel P . Berrangé
On Wed, Dec 02, 2020 at 01:07:39PM +0100, Gerd Hoffmann wrote: > Hi, > > > +RUN echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \ > > +yum install -y epel-release && \ > > +yum install -y centos-release-xen-48 && \ > > +yum update -y && \ > > +yum install -y \ > > +

Re: [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool

2020-12-02 Thread Gerd Hoffmann
Hi, > +RUN echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \ > +yum install -y epel-release && \ > +yum install -y centos-release-xen-48 && \ > +yum update -y && \ > +yum install -y \ > +SDL2-devel \ More a comment for lcitool I guess: rpmbuild generates prov

[PATCH 18/23] tests/docker: auto-generate centos7 with lcitool

2020-12-01 Thread Daniel P . Berrangé
This commit is best examined using the "-b" option to diff. Signed-off-by: Daniel P. Berrangé --- tests/docker/dockerfiles/centos7.docker | 213 +--- tests/docker/dockerfiles/refresh| 2 +- 2 files changed, 117 insertions(+), 98 deletions(-) diff --git a/tests/dock