Re: [Libosinfo] [PATCH osinfo-db 1/4] fedora: anchor ambiguous treeinfo versions

2019-03-04 Thread Cole Robinson
On 3/4/19 3:51 AM, Pino Toscano wrote: > On Friday, 1 March 2019 21:54:14 CET Cole Robinson wrote: >> fedora 7/8/9 treeinfo versions regex needs to be anchored, otherwise >> it can match version '29' for example, which it currently does and >> breaks silverblue29 URL detection >> >> Signed-off-by:

Re: [Libosinfo] [osinfo-db-tools PATCH] spec: Add mingw-json-glib as a dependency

2019-03-04 Thread Cole Robinson
On 3/4/19 10:24 AM, Fabiano Fidêncio wrote: > Since 1.3.0 we depend on json-glib. > > Signed-off-by: Fabiano Fidêncio > --- > mingw-osinfo-db-tools.spec.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/mingw-osinfo-db-tools.spec.in b/mingw-osinfo-db-tools.spec.in > index

[Libosinfo] [osinfo-db-tools PATCH] spec: Add mingw-json-glib as a dependency

2019-03-04 Thread Fabiano Fidêncio
Since 1.3.0 we depend on json-glib. Signed-off-by: Fabiano Fidêncio --- mingw-osinfo-db-tools.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mingw-osinfo-db-tools.spec.in b/mingw-osinfo-db-tools.spec.in index d8d7665..486492f 100644 --- a/mingw-osinfo-db-tools.spec.in +++

Re: [Libosinfo] [PATCH libosinfo 2/2] Remove emacs 'Local variables' annotations

2019-03-04 Thread Daniel P . Berrangé
On Sat, Mar 02, 2019 at 06:35:18PM -0500, Cole Robinson wrote: > No other virt projects have annotations like this, plus IMO > .editorconfig handles this in a much nicer way and more flexible > way. Ditch them .editorconfig requires users to install extra packages to work. If we want to remove

Re: [Libosinfo] [osinfo-db PATCH] ubuntu18.04: Fix initrd path for the live desktop image

2019-03-04 Thread Felipe Borges
On Mon, Mar 4, 2019 at 10:18 AM Fabiano Fidêncio wrote: > > Those are the correct paths for initrd and kernel: > [fidencio@dahmer osinfo-db]$ isoinfo -J -i > ~/Downloads/ubuntu-18.04.2-desktop-amd64.iso -f | grep initrd > /casper/initrd > [fidencio@dahmer osinfo-db]$ isoinfo -J -i >

[Libosinfo] [osinfo-db PATCH] ubuntu18.04: Fix initrd path for the live desktop image

2019-03-04 Thread Fabiano Fidêncio
Those are the correct paths for initrd and kernel: [fidencio@dahmer osinfo-db]$ isoinfo -J -i ~/Downloads/ubuntu-18.04.2-desktop-amd64.iso -f | grep initrd /casper/initrd [fidencio@dahmer osinfo-db]$ isoinfo -J -i ~/Downloads/ubuntu-18.04.2-desktop-amd64.iso -f | grep vmlinuz /casper/vmlinuz

Re: [Libosinfo] [PATCH osinfo-db 1/4] fedora: anchor ambiguous treeinfo versions

2019-03-04 Thread Pino Toscano
On Friday, 1 March 2019 21:54:14 CET Cole Robinson wrote: > fedora 7/8/9 treeinfo versions regex needs to be anchored, otherwise > it can match version '29' for example, which it currently does and > breaks silverblue29 URL detection > > Signed-off-by: Cole Robinson > --- >