[libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof

Andrea Bolognani posted 1 patch 5 years, 10 months ago
Failed in applying to current master (apply log)
guests/vars/mappings.yml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
[libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof
Posted by Andrea Bolognani 5 years, 10 months ago
We can reasonably expect the next major release of CentOS
to be somewhat close to current Fedora releases in terms of
packaging, and to ditch the soon-to-be-unsupported Python 2
in favor of Python 3.

Rewrite some of the mappings based on these expectations.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 guests/vars/mappings.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 92822cb..454afe5 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -651,12 +651,12 @@ mappings:
 
   python3:
     default: python3
-    CentOS:
+    CentOS7:
 
   python3-dbus:
     default: python3-dbus
     FreeBSD: py36-dbus
-    CentOS:
+    CentOS7:
 
   python3-devel:
     deb: python3-dev
@@ -667,34 +667,34 @@ mappings:
     deb: python3-gi
     pkg: py36-gobject3
     rpm: python3-gobject
-    CentOS:
+    CentOS7:
 
   python3-libxml2:
     default: python3-libxml2
     FreeBSD: py36-libxml2
-    CentOS:
+    CentOS7:
     Debian8:
     Ubuntu16:
 
   python3-lxml:
     default: python3-lxml
     FreeBSD: py36-lxml
-    CentOS:
+    CentOS7:
 
   python3-nose:
     default: python3-nose
     FreeBSD: py36-nose
-    CentOS:
+    CentOS7:
 
   python3-pytest:
     default: python3-pytest
     FreeBSD: py36-pytest
-    CentOS:
+    CentOS7:
 
   python3-requests:
     default: python3-requests
     FreeBSD: py36-requests
-    CentOS:
+    CentOS7:
 
   qemu-img:
     default: qemu-utils
@@ -711,7 +711,7 @@ mappings:
   rpcgen:
     deb: libc-dev-bin
     rpm: rpcgen
-    CentOS: glibc-common
+    CentOS7: glibc-common
     Fedora26: glibc-common
     Fedora27: glibc-common
     FreeBSD:
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof
Posted by Andrea Bolognani 5 years, 9 months ago
On Wed, 2018-06-13 at 15:01 +0200, Andrea Bolognani wrote:
> We can reasonably expect the next major release of CentOS
> to be somewhat close to current Fedora releases in terms of
> packaging, and to ditch the soon-to-be-unsupported Python 2
> in favor of Python 3.
> 
> Rewrite some of the mappings based on these expectations.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  guests/vars/mappings.yml | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

*** PING HERE ***

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof
Posted by Andrea Bolognani 5 years, 8 months ago
On Tue, 2018-07-10 at 14:01 +0200, Andrea Bolognani wrote:
> On Wed, 2018-06-13 at 15:01 +0200, Andrea Bolognani wrote:
> > We can reasonably expect the next major release of CentOS
> > to be somewhat close to current Fedora releases in terms of
> > packaging, and to ditch the soon-to-be-unsupported Python 2
> > in favor of Python 3.
> > 
> > Rewrite some of the mappings based on these expectations.
> > 
> > Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> > ---
> >  guests/vars/mappings.yml | 18 +++++++++---------
> >  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> *** PING HERE ***

Coming up to six weeks on the list... Can anyone please take a look
at this so I can finally drop the corresponding local branch? :)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof
Posted by Erik Skultety 5 years, 8 months ago
On Mon, Jul 23, 2018 at 03:15:59PM +0200, Andrea Bolognani wrote:
> On Tue, 2018-07-10 at 14:01 +0200, Andrea Bolognani wrote:
> > On Wed, 2018-06-13 at 15:01 +0200, Andrea Bolognani wrote:
> > > We can reasonably expect the next major release of CentOS
> > > to be somewhat close to current Fedora releases in terms of
> > > packaging, and to ditch the soon-to-be-unsupported Python 2
> > > in favor of Python 3.
> > >
> > > Rewrite some of the mappings based on these expectations.
> > >
> > > Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> > > ---
> > >  guests/vars/mappings.yml | 18 +++++++++---------
> > >  1 file changed, 9 insertions(+), 9 deletions(-)
> >
> > *** PING HERE ***
>
> Coming up to six weeks on the list... Can anyone please take a look
> at this so I can finally drop the corresponding local branch? :)

Reviewed-by: Erik Skultety <eskultet@redhat.com>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Make mappings more future proof
Posted by Daniel P. Berrangé 5 years, 8 months ago
On Wed, Jun 13, 2018 at 03:01:48PM +0200, Andrea Bolognani wrote:
> We can reasonably expect the next major release of CentOS
> to be somewhat close to current Fedora releases in terms of
> packaging, and to ditch the soon-to-be-unsupported Python 2
> in favor of Python 3.
> 
> Rewrite some of the mappings based on these expectations.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  guests/vars/mappings.yml | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


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 :|

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