[libvirt] [jenkins-ci PATCH] lcitool: Fix name for ppc64le architecture

Andrea Bolognani abologna at redhat.com
Mon Mar 11 17:28:40 UTC 2019


On Mon, 2019-03-11 at 18:13 +0100, Erik Skultety wrote:
> On Mon, Mar 11, 2019 at 05:50:57PM +0100, Andrea Bolognani wrote:
[...]
> > @@ -118,7 +118,7 @@ class Util:
> >              "mips": "mips",
> >              "mipsel": "mipsel",
> >              "mips64el": "mips64el",
> > -            "ppc64el": "ppc64el",
> > +            "ppc64le": "ppc64el",
> 
> "ppc64le": "ppc64le" I believe :)

Nope: this function translates libvirt architecture names to Debian
architecture names, and the latter actually uses "ppc64el" for this
specific architecture: see for example

  https://packages.debian.org/sid/ppc64el/libvirt0

Yeah, it's silly. That's why we need a translation function in the
first place ;)

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

Thanks, pushed now.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list