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
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
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
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
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
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(-