[Libosinfo] github mirror

2016-11-08 Thread Guido Günther
Hi, the libvirt projects all have mirrors to github which allows fore codesearch and gives better visibility of the project. Could this be done for the liboxinfo/osinfo-db/osinfo-db-tools projects too? Cheers, -- Guido ___ Libosinfo mailing list Libosin

Re: [Libosinfo] [PATCH osinfo-db] Abort on XML errors

2016-11-08 Thread Guido Günther
On Tue, Nov 08, 2016 at 09:46:13AM +, Daniel P. Berrange wrote: > On Tue, Nov 08, 2016 at 08:14:07AM +0100, Guido Günther wrote: > > While we abort on XML errors the first time the output XML already gets > > written so a subsequent make call will continue with the next file > > leading to an i

Re: [Libosinfo] [PATCH osinfo-db] Debian: enhance guest agent support

2016-11-08 Thread Guido Günther
On Tue, Nov 08, 2016 at 09:43:44AM +, Daniel P. Berrange wrote: > On Tue, Nov 08, 2016 at 08:13:27AM +0100, Guido Günther wrote: > > This also only installs qemu-guest-agent on recent Debian since versions > > before Jessie don't ship it. > > --- > > data/install-script/debian.org/debian-prese

[Libosinfo] [PATCH osinfo-db v2] Abort on XML errors

2016-11-08 Thread Guido Günther
While we abort on XML errors the first time the output XML already gets written so a subsequent make call will continue with the next file leading to an incomplete database. Use a temporary file to fix this. --- Changes since v1: * remove temp file on failure Makefile | 4 +++- 1 file

Re: [Libosinfo] [PATCH osinfo-db] Abort on XML errors

2016-11-08 Thread Daniel P. Berrange
On Tue, Nov 08, 2016 at 08:14:07AM +0100, Guido Günther wrote: > While we abort on XML errors the first time the output XML already gets > written so a subsequent make call will continue with the next file > leading to an incomplete database. Use a temporary file to fix this. > --- > Makefile | 3

Re: [Libosinfo] [PATCH osinfo-db] Debian: enhance guest agent support

2016-11-08 Thread Daniel P. Berrange
On Tue, Nov 08, 2016 at 08:13:27AM +0100, Guido Günther wrote: > This also only installs qemu-guest-agent on recent Debian since versions > before Jessie don't ship it. > --- > data/install-script/debian.org/debian-preseed-desktop.xml.in | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-