Re: [Libosinfo] [libosinfo/osinfo-db PATCH 0/4] centos: Live medias fixes

2019-03-11 Thread Cole Robinson
On 3/11/19 6:38 AM, Fabiano Fidêncio wrote: > In this series you can find a small amount of fixes related to the live > medias we have in our db. > > Those fixes consist in: > - Improving the regex for matching the currently volume-id of LiveGNOME > medias > - A new test case for this has

[Libosinfo] [osinfo-db PATCH 3/4] centos6.x: Fix kernel/initrd path for Live medias

2019-03-11 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/centos.org/centos-6.10.xml.in | 8 data/os/centos.org/centos-6.3.xml.in | 4 ++-- data/os/centos.org/centos-6.7.xml.in | 16 data/os/centos.org/centos-6.8.xml.in | 16 data/os/centos.org/centos-6.9.xml.in

[Libosinfo] [osinfo-db PATCH 2/4] centos: Mark live medias as not suitable for unattended installations

2019-03-11 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/centos.org/centos-6.10.xml.in | 4 ++-- data/os/centos.org/centos-6.3.xml.in | 2 +- data/os/centos.org/centos-6.7.xml.in | 8 data/os/centos.org/centos-6.8.xml.in | 8 data/os/centos.org/centos-6.9.xml.in | 4 ++--

[Libosinfo] [libosinfo/osinfo-db PATCH 0/4] centos: Live medias fixes

2019-03-11 Thread Fabiano Fidêncio
In this series you can find a small amount of fixes related to the live medias we have in our db. Those fixes consist in: - Improving the regex for matching the currently volume-id of LiveGNOME medias - A new test case for this has been also added to libosinfo tests - Marking all the Live

[Libosinfo] [libosinfo PATCH 4/4] isodata, centos: Add a new LiveGNOME isodata

2019-03-11 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- ...S-7-x86_64-LiveGNOME-new-volume-id.iso.txt | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 tests/isodata/centos/centos7.0/CentOS-7-x86_64-LiveGNOME-new-volume-id.iso.txt diff --git

[Libosinfo] [osinfo-db PATCH 1/4] centos7.0: Tune the volume-id regex for LiveGNOME medias

2019-03-11 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- data/os/centos.org/centos-7.0.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/os/centos.org/centos-7.0.xml.in b/data/os/centos.org/centos-7.0.xml.in index 7fc6d8d..b3a6bbc 100644 --- a/data/os/centos.org/centos-7.0.xml.in +++

Re: [Libosinfo] osinfo_entity param vs gobject property

2019-03-11 Thread Daniel P . Berrangé
On Fri, Mar 08, 2019 at 01:43:45PM -0500, Cole Robinson wrote: > I'm a bit confused about the suggested way to extend bits of the > libosinfo API. Here's my current understanding: > > We have osinfo_entity*param* functions. This is used internally to store > basically all XML string field data.