[Kimchi-devel] [PATCH 3/4] Host's software update: Update backend.

Paulo Ricardo Paz Vital pvital at linux.vnet.ibm.com
Wed Jan 29 18:35:45 UTC 2014


Hi Adam,

No, I just check and SLES uses a different signature. I'm going to
update it in V2.

Thanks.
-- 
Paulo Ricardo Paz Vital <pvital at linux.vnet.ibm.com>
IBM Linux Technology Center

On Wed, 2014-01-29 at 09:47 -0500, Adam King wrote:
> On 1/27/2014 11:34 AM, Paulo Vital wrote:
> > ...
> > +import platform
> > +import subprocess
> > +
> > +from kimchi.exception import *
> > +from kimchi.utils import kimchi_log
> > +
> > +YUM_DISTROS = [ 'fedora', 'red hat enterprise linux',
> > +                'red hat enterprise linux server']
> > +APT_DISTROS = [ 'debian', 'ubuntu']
> > +ZYPPER_DISTROS = [ 'opensuse ' ]
> > +
> > ...
> Will this recognize SLES as a ZYPPER_DISTRO? Sorry I don't have a 
> current install avail or I'd check for you.
> 




More information about the Kimchi-devel mailing list