[Libosinfo] [libosinfo PATCH] Update CD URLs to latest Debian Jessie point release

2016-02-04 Thread Guido Günther
--- data/os/debian.org/debian-8.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/debian.org/debian-8.xml.in b/data/os/debian.org/debian-8.xml.in index 146089a..e143dd3 100644 --- a/data/os/debian.org/debian-8.xml.in +++ b/data/os/debian.org/debian-8.xml.in @@

Re: [Libosinfo] [libosinfo PATCH] Update CD URLs to latest Debian Jessie point release

2016-02-04 Thread Guido Günther
Hi Daniel, On Thu, Feb 04, 2016 at 01:21:38PM +, Daniel P. Berrange wrote: > On Thu, Feb 04, 2016 at 12:50:29PM +0100, Guido Günther wrote: > > --- > > data/os/debian.org/debian-8.xml.in | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > >

[Libosinfo] osinfo-db source tarball

2016-10-11 Thread Guido Günther
Hi, I looked into packaging osinfo-db for Debian and looking at: https://fedorahosted.org/releases/l/i/libosinfo/osinfo-db-20160728.tar.xz it looks quit different from https://gitlab.com/libosinfo/osinfo-db . Would it be possible to ship a proper source tarball that: * contains a license file

[Libosinfo] [osinfo-db-tools PATCH] README: libarchive is required as well

2016-10-20 Thread Guido Günther
--- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 6b095ff..0368735 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ Dependencies - Required: - gobject-2.0 - gio-2.0 + - libarchive3 - libxml-2.0 - libxslt-1.0 -- 2.9.3 __

[Libosinfo] [PATCH osinfo-db-tools] validate: correct help output

2016-10-20 Thread Guido Günther
We validate files, don't install them --- tools/osinfo-db-validate.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/osinfo-db-validate.c b/tools/osinfo-db-validate.c index c735fc8..d8c3af9 100644 --- a/tools/osinfo-db-validate.c +++ b/tools/osinfo-db-validate.c @

[Libosinfo] [PATCH osinfo-db] Add release and eol dates for Debian 6, 7 and 8

2016-10-20 Thread Guido Günther
--- data/os/debian.org/debian-6.xml.in | 3 +++ data/os/debian.org/debian-7.xml.in | 3 +++ data/os/debian.org/debian-8.xml.in | 2 ++ 3 files changed, 8 insertions(+) diff --git a/data/os/debian.org/debian-6.xml.in b/data/os/debian.org/debian-6.xml.in index e29b892..a962661 100644 --- a/data/os

Re: [Libosinfo] [PATCH osinfo-db] Add release and eol dates for Debian 6, 7 and 8

2016-10-20 Thread Guido Günther
On Thu, Oct 20, 2016 at 12:42:43PM +0100, Daniel P. Berrange wrote: > On Thu, Oct 20, 2016 at 01:29:14PM +0200, Guido Günther wrote: > > --- > > data/os/debian.org/debian-6.xml.in | 3 +++ > > data/os/debian.org/debian-7.xml.in | 3 +++ > > data/os/debian.org/debian-8

Re: [Libosinfo] [osinfo-db-tools PATCH] README: libarchive is required as well

2016-10-20 Thread Guido Günther
On Thu, Oct 20, 2016 at 12:46:54PM +0100, Daniel P. Berrange wrote: > On Thu, Oct 20, 2016 at 01:00:03PM +0200, Guido Günther wrote: > > --- > > README | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/README b/README > > index 6b095ff..03

Re: [Libosinfo] [PATCH osinfo-db-tools] validate: correct help output

2016-10-20 Thread Guido Günther
On Thu, Oct 20, 2016 at 12:44:35PM +0100, Daniel P. Berrange wrote: > On Thu, Oct 20, 2016 at 01:28:10PM +0200, Guido Günther wrote: > > We validate files, don't install them > > --- > > tools/osinfo-db-validate.c | 8 > > 1 file changed, 4 insertions(+),

Re: [Libosinfo] osinfo-db source tarball

2016-10-20 Thread Guido Günther
Hi Daniel, On Tue, Oct 18, 2016 at 09:30:49AM +0100, Daniel P. Berrange wrote: > On Tue, Oct 11, 2016 at 08:32:05PM +0200, Guido Günther wrote: > > Hi, > > I looked into packaging osinfo-db for Debian and looking at: > > > > https://fedorahosted.org/releases/l/i/l

Re: [Libosinfo] osinfo-db source tarball

2016-10-21 Thread Guido Günther
On Fri, Oct 21, 2016 at 10:50:44AM +0100, Daniel P. Berrange wrote: [..snip..] > > So I took a different approch and ran: > > > > git archive HEAD | xz -c > > > ../osinfo-db_0.20160728+git20161020.orig.tar.xz > > > > and used that as the source tarball for building. > > IMHO that does reall

[Libosinfo] [PATCH libosinfo] examples: avoid PyGIWarning

2016-10-29 Thread Guido Günther
This fixes demo.py:3: PyGIWarning: Libosinfo was imported without specifying a version first. Use gi.require_version('Libosinfo', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Libosinfo as osinfo; --- examples/demo.py | 2 ++ 1 file changed, 2 ins

Re: [Libosinfo] [PATCH libosinfo] examples: avoid PyGIWarning

2016-11-03 Thread Guido Günther
On Mon, Oct 31, 2016 at 10:44:50AM +, Daniel P. Berrange wrote: > On Sat, Oct 29, 2016 at 10:42:35PM +0200, Guido Günther wrote: > > This fixes > > > > demo.py:3: PyGIWarning: Libosinfo was imported without specifying a version > > first. Use gi.require_version

[Libosinfo] [PATCH libosinfo] test-isodetect: extend arch table

2016-11-05 Thread Guido Günther
Reduces the output a bit when running under G_DEBUG_MESSAGES --- test/test-isodetect.c | 5 + 1 file changed, 5 insertions(+) diff --git a/test/test-isodetect.c b/test/test-isodetect.c index 64d0e9a..ecb7c6f 100644 --- a/test/test-isodetect.c +++ b/test/test-isodetect.c @@ -111,6 +111,7 @@ st

[Libosinfo] [PATCH libosinfo] loader: Fix typo in error message

2016-11-05 Thread Guido Günther
--- osinfo/osinfo_loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c index 46bc633..dba567f 100644 --- a/osinfo/osinfo_loader.c +++ b/osinfo/osinfo_loader.c @@ -2288,7 +2288,7 @@ static GFile *osinfo_loader_get_system_path(v

Re: [Libosinfo] [PATCH libosinfo] test-isodetect: extend arch table

2016-11-06 Thread Guido Günther
On Sat, Nov 05, 2016 at 03:54:38PM +0100, Zeeshan Ali (Khattak) wrote: > H Guido, > > ACK to both patches with one minor fix. > > On Sat, Nov 5, 2016 at 2:00 PM, Guido Günther wrote: > > Reduces the output a bit when running under G_DEBUG_MESSAGES > > I think

[Libosinfo] [PATCH osinfo-db] There's no GPL 2.1

2016-11-06 Thread Guido Günther
Update headers accordingly Spotted-by: Thorsten Alteholz --- If've shortened the patch so it makes it passed the list limit of 256k. The full patch is hold by moderator approval due to its size. Cheers, -- Guido data/datamap/microsoft.com/win-7-l10n-language.xml.in | 2 +- data

[Libosinfo] [PATCH osinfo-db] Unbreak vpath build

2016-11-06 Thread Guido Günther
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f5801a..6b3f8e7 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ mingwrpm: mingw-osinfo-db.spec $(ARCHIVE) $(V_GEN) $(SED) -e "s/@VERSION@/$(TODAY)/" < $< > $@ $(ARCHIVE):

[Libosinfo] [PATCH osinfo-db 2/3] Remove redundant entries for Debian

2016-11-06 Thread Guido Günther
that are already being inherited. --- data/os/debian.org/debian-7.xml.in | 1 - data/os/debian.org/debian-8.xml.in | 1 - 2 files changed, 2 deletions(-) diff --git a/data/os/debian.org/debian-7.xml.in b/data/os/debian.org/debian-7.xml.in index 80014e5..d11a1a2 100644 --- a/data/os/debian.org/de

[Libosinfo] [PATCH osinfo-db 0/3] Updates for Debian

2016-11-06 Thread Guido Günther
Guido Günther (3): Update virtio device information for Debian Wheezy and Jessie Remove redundant entries for Debian Derive Debian testing from the latest stable release data/os/debian.org/debian-7.xml.in | 7 ++- data/os/debian.org/debian-8.xml.in | 2 +- data/os

[Libosinfo] [PATCH osinfo-db 1/3] Update virtio device information for Debian Wheezy and Jessie

2016-11-06 Thread Guido Günther
Wheezy has most of the devices alredy while we only have virtio-rng from Jessie onwards. --- data/os/debian.org/debian-7.xml.in | 4 data/os/debian.org/debian-8.xml.in | 1 + 2 files changed, 5 insertions(+) diff --git a/data/os/debian.org/debian-7.xml.in b/data/os/debian.org/debian-7.xml.i

[Libosinfo] [PATCH osinfo-db 3/3] Derive Debian testing from the latest stable release

2016-11-06 Thread Guido Günther
this allows us to move QXL and ac97 back to the current oldstable release and drop redundant entries. --- data/os/debian.org/debian-7.xml.in | 2 ++ data/os/debian.org/debian-testing.xml.in | 10 ++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/data/os/debian.org/de

Re: [Libosinfo] [PATCH osinfo-db] There's no GPL 2.1

2016-11-06 Thread Guido Günther
On Sun, Nov 06, 2016 at 03:42:22PM +0100, Zeeshan Ali (Khattak) wrote: > On Sun, Nov 6, 2016 at 3:34 PM, Guido Günther wrote: > > Update headers accordingly > > > > Spotted-by: Thorsten Alteholz > > Looks good. ACK

Re: [Libosinfo] [PATCH libosinfo] loader: Fix typo in error message

2016-11-07 Thread Guido Günther
On Mon, Nov 07, 2016 at 09:03:56AM +, Daniel P. Berrange wrote: > On Sat, Nov 05, 2016 at 02:00:28PM +0100, Guido Günther wrote: > > --- > > osinfo/osinfo_loader.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > ACK

Re: [Libosinfo] [PATCH osinfo-db] Unbreak vpath build

2016-11-07 Thread Guido Günther
On Mon, Nov 07, 2016 at 09:03:10AM +, Daniel P. Berrange wrote: > On Sun, Nov 06, 2016 at 07:45:51PM +0100, Guido Günther wrote: > > --- > > Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > AC

Re: [Libosinfo] [PATCH osinfo-db 0/3] Updates for Debian

2016-11-07 Thread Guido Günther
On Mon, Nov 07, 2016 at 09:03:38AM +, Daniel P. Berrange wrote: > On Sun, Nov 06, 2016 at 07:51:03PM +0100, Guido Günther wrote: > > Guido Günther (3): > > Update virtio device information for Debian Wheezy and Jessie > > Remove redundant entries for Debian > >

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

2016-11-07 Thread Guido Günther
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(-) diff --git a/data/install-script/debian.org/debian-preseed-desktop.xml

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

2016-11-07 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. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefil

[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] 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/

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 &g

[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

[Libosinfo] [PATCH osinfo-db] Debian Jessie: Update DVD links

2017-03-14 Thread Guido Günther
--- data/os/debian.org/debian-8.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) We don't have a stable link for Jessie stable (only for stable in general) so we have to play this catch up game. diff --git a/data/os/debian.org/debian-8.xml.in b/data/os/debian.org/debian-8.xml.in

Re: [Libosinfo] [PATCH osinfo-db] Debian Jessie: Update DVD links

2017-03-16 Thread Guido Günther
On Wed, Mar 15, 2017 at 08:27:02PM +0100, Fabiano Fidêncio wrote: > On Tue, Mar 14, 2017 at 7:49 PM, Guido Günther wrote: > > --- > > data/os/debian.org/debian-8.xml.in | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > We don't have a s

Re: [Libosinfo] [PATCH osinfo-db] Debian Jessie: Update DVD links

2017-03-16 Thread Guido Günther
On Wed, Mar 15, 2017 at 08:36:37PM +0100, Fabiano Fidêncio wrote: > On Wed, Mar 15, 2017 at 8:27 PM, Fabiano Fidêncio > wrote: > > On Tue, Mar 14, 2017 at 7:49 PM, Guido Günther wrote: > >> --- > >> data/os/debian.org/debian-8.xml.in | 4 ++-- > >> 1 fil

Re: [Libosinfo] [PATCH] debian: update URLs for Debian 8 ISOs

2017-03-16 Thread Guido Günther
On Thu, Mar 16, 2017 at 09:52:25AM +0100, Pino Toscano wrote: > On Wednesday, 15 March 2017 20:35:03 CET Fabiano Fidêncio wrote: > > On Wed, Mar 15, 2017 at 6:28 PM, Pino Toscano wrote: > > > Switch to URLs to the archive part of cdimage, so they will not become > > > invalid as soon as a new rele

Re: [Libosinfo] [PATCH osinfo-db] Debian Jessie: Update DVD links

2017-03-16 Thread Guido Günther
On Thu, Mar 16, 2017 at 09:41:14AM +0100, Fabiano Fidêncio wrote: > Guido, > > On Thu, Mar 16, 2017 at 8:37 AM, Guido Günther wrote: > > On Wed, Mar 15, 2017 at 08:36:37PM +0100, Fabiano Fidêncio wrote: > >> On Wed, Mar 15, 2017 at 8:27 PM, Fabiano Fidêncio > >

[Libosinfo] [PATCH osinfo-db] Add Debian 9.0 (stretch)

2017-06-18 Thread Guido Günther
--- data/os/debian.org/debian-9.xml.in | 130 + 1 file changed, 130 insertions(+) create mode 100644 data/os/debian.org/debian-9.xml.in diff --git a/data/os/debian.org/debian-9.xml.in b/data/os/debian.org/debian-9.xml.in new file mode 100644 index 000..15

[Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)

2017-06-18 Thread Guido Günther
--- This makes sure we detect future version (9.1.0, 9.2.0, ...) as well. data/os/debian.org/debian-9.xml.in | 130 + 1 file changed, 130 insertions(+) create mode 100644 data/os/debian.org/debian-9.xml.in diff --git a/data/os/debian.org/debian-9.xml.in b/da

[Libosinfo] [PATCH osinfo-db] debian: update Debian 8 DVD links

2017-06-19 Thread Guido Günther
Things moved due to the Stretch release --- data/os/debian.org/debian-8.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/debian.org/debian-8.xml.in b/data/os/debian.org/debian-8.xml.in index a72cc89..8ad189b 100644 --- a/data/os/debian.org/debian-8.xml.in +++

Re: [Libosinfo] [PATCH osinfo-db] debian: update Debian 8 DVD links

2017-06-20 Thread Guido Günther
On Tue, Jun 20, 2017 at 01:35:02PM +0200, Fabiano Fidêncio wrote: > On Mon, Jun 19, 2017 at 7:39 PM, Guido Günther wrote: > > Things moved due to the Stretch release > > --- > > data/os/debian.org/debian-8.xml.in | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deleti

Re: [Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)

2017-06-20 Thread Guido Günther
> On Mon, Jun 19, 2017 at 8:59 AM, Guido Günther wrote: > > --- > > This makes sure we detect future version (9.1.0, 9.2.0, ...) as well. > > > > data/os/debian.org/debian-9.xml.in | 130 > > + > > 1 file changed, 130 in

Re: [Libosinfo] [PATCH v2 osinfo-db] Add Debian 9 (stretch)

2017-06-22 Thread Guido Günther
On Wed, Jun 21, 2017 at 02:16:18PM +0200, Fabiano Fidêncio wrote: > On Wed, Jun 21, 2017 at 7:53 AM, Guido Günther wrote: > > Hi Fabiano, > > > > On Tue, Jun 20, 2017 at 01:36:23PM +0200, Fabiano Fidêncio wrote: > >> Guido, > >> > >> Have you

[Libosinfo] [PATCH libosinfo] tests: add Debian 9.0 test data

2017-06-27 Thread Guido Günther
--- .../debian9/debian-9.0-amd64-netinst.iso.txt | 29 ++ .../debian/debian9/debian-9.0-amd64.iso.txt| 29 ++ .../debian9/debian-9.0-arm64-netinst.iso.txt | 29 ++ .../debian/debian9/debian-9.0-arm64.iso.txt| 2

Re: [Libosinfo] [osinfo-db PATCH] debian: fix architecture names to match schema

2017-07-07 Thread Guido Günther
On Fri, Jul 07, 2017 at 01:36:29PM +0200, Pino Toscano wrote: > The schema has names for architectures which are closer to the RPM > naming than the dpkg one -- thus, fix: > - arm64 -> aarch64 > - armhf -> armv7l Are the ones in libosinfo/tests/test-isodetect.c the right ones? Asking since I inten

Re: [Libosinfo] [osinfo-db PATCH] debian: fix architecture names to match schema

2017-07-07 Thread Guido Günther
On Fri, Jul 07, 2017 at 04:23:53PM +0200, Pino Toscano wrote: > On Friday, 7 July 2017 15:59:39 CEST Guido Günther wrote: > > On Fri, Jul 07, 2017 at 01:36:29PM +0200, Pino Toscano wrote: > > > The schema has names for architectures which are closer to the RPM > > &g

Re: [Libosinfo] [PATCH libosinfo] tests: add Debian 9.0 test data

2017-07-09 Thread Guido Günther
On Tue, Jun 27, 2017 at 01:22:26PM +0200, Guido Günther wrote: > --- > .../debian9/debian-9.0-amd64-netinst.iso.txt | 29 > ++ > .../debian/debian9/debian-9.0-amd64.iso.txt| 29 > ++ > .../debian9/debian-9.0-arm64-netinst.

Re: [Libosinfo] [PATCH libosinfo] tests: add Debian 9.0 test data

2017-07-10 Thread Guido Günther
On Mon, Jul 10, 2017 at 01:39:51PM +0200, Fabiano Fidêncio wrote: > On Mon, Jul 10, 2017 at 8:51 AM, Guido Günther wrote: > > On Tue, Jun 27, 2017 at 01:22:26PM +0200, Guido Günther wrote: > >> --- > >> .../debian9/debian-9.0-amd64

[Libosinfo] [PATCH libosinfo] test-isodetect: add Debian's arm flavours

2017-07-11 Thread Guido Günther
to avoid "Unknown arch" debug messges --- tests/test-isodetect.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c index c72b8fc..6a38963 100644 --- a/tests/test-isodetect.c +++ b/tests/test-isodetect.c @@ -128,8 +128,12 @@ sta

[Libosinfo] [PATCH libosinfo] test-isodetect: fix parsing of application, system and publisher id

2017-07-11 Thread Guido Günther
--- tests/test-isodetect.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c index 0e9aea5..c72b8fc 100644 --- a/tests/test-isodetect.c +++ b/tests/test-isodetect.c @@ -146,13 +146,13 @@ static struct ISOInfo *load_iso(GFile *

Re: [Libosinfo] [PATCH libosinfo] test-isodetect: fix parsing of application, system and publisher id

2017-07-12 Thread Guido Günther
On Wed, Jul 12, 2017 at 09:33:15AM +0200, Christophe Fergeau wrote: > > Acked-by: Christophe Fergeau Pushed. Thanks -- Guido > > On Tue, Jul 11, 2017 at 10:00:26PM +0200, Guido Günther wrote: > > --- > > tests/test-isodetect.c | 6 +++--- > > 1 file changed

[Libosinfo] [PATCH libosinfo v2] test-isodetect: add Debian's arm flavours

2017-07-13 Thread Guido Günther
to avoid "Unknown arch" debug messages --- tests/test-isodetect.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c index c72b8fc..9306be4 100644 --- a/tests/test-isodetect.c +++ b/tests/test-isodetect.c @@ -128,8 +128,14 @@

Re: [Libosinfo] [PATCH libosinfo] test-isodetect: add Debian's arm flavours

2017-07-13 Thread Guido Günther
Hi, On Wed, Jul 12, 2017 at 09:35:16AM +0200, Christophe Fergeau wrote: > On Tue, Jul 11, 2017 at 09:58:26PM +0200, Guido Günther wrote: > > to avoid "Unknown arch" debug messges > > --- > > tests/test-isodetect.c | 6 +- > > 1 file changed, 5 insertions(

Re: [Libosinfo] [PATCH libosinfo v2] test-isodetect: add Debian's arm flavours

2017-07-13 Thread Guido Günther
On Thu, Jul 13, 2017 at 04:35:43PM +0100, Daniel P. Berrange wrote: > On Thu, Jul 13, 2017 at 02:39:47PM +0200, Guido Günther wrote: > > to avoid "Unknown arch" debug messages > > --- > > tests/test-isodetect.c | 8 +++- > > 1 file changed, 7 insertions(+)

[Libosinfo] [PATCH libosinfo v3] test-isodetect: add Debian's arm flavours

2017-07-13 Thread Guido Günther
to avoid "Unknown arch" debug messages --- tests/test-isodetect.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c index c72b8fc..7214531 100644 --- a/tests/test-isodetect.c +++ b/tests/test-isodetect.c @@ -128,8 +128,13 @@ s

Re: [Libosinfo] [PATCH libosinfo v3] test-isodetect: add Debian's arm flavours

2017-07-13 Thread Guido Günther
On Thu, Jul 13, 2017 at 05:04:54PM +0100, Daniel P. Berrange wrote: > On Thu, Jul 13, 2017 at 05:49:02PM +0200, Guido Günther wrote: > > to avoid "Unknown arch" debug messages > > --- > > tests/test-isodetect.c | 7 ++- > > 1 file changed, 6 insertions(+)

Re: [Libosinfo] [osinfo-db PATCH 2/4] debian: fix 7 ISO location

2017-07-14 Thread Guido Günther
Hi, On Fri, Jul 14, 2017 at 02:30:28PM +0200, Pino Toscano wrote: > Point to the latest release of Debian 7. > --- > data/os/debian.org/debian-7.xml.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/data/os/debian.org/debian-7.xml.in > b/data/os/debian.org/debian-7.

Re: [Libosinfo] [osinfo-db PATCH 2/4] debian: fix 7 ISO location

2017-07-14 Thread Guido Günther
Hi, On Fri, Jul 14, 2017 at 04:21:57PM +0200, Pino Toscano wrote: > On Friday, 14 July 2017 16:04:37 CEST Guido Günther wrote: > > Hi, > > On Fri, Jul 14, 2017 at 02:30:28PM +0200, Pino Toscano wrote: > > > Point to the latest release of Debian 7. > > > --- &

[Libosinfo] [PATCH osinfo-db] debian: switch to archive URLs for stretch

2017-07-23 Thread Guido Günther
Now that the first point release is there switch to archive URLs since these remain stable (at least as long as this is the current stable release). The current URLs are now longer valid since the patchs contain a 9.0.1 in the filename now. --- data/os/debian.org/debian-9.xml.in | 16 -

Re: [Libosinfo] [PATCH osinfo-db] debian: switch to archive URLs for stretch

2017-08-02 Thread Guido Günther
Hi, On Wed, Aug 02, 2017 at 12:23:56PM +0200, Christophe Fergeau wrote: > On Sun, Jul 23, 2017 at 02:01:42PM +0200, Guido Günther wrote: > > Now that the first point release is there switch to archive URLs since > > these remain stable (at least as long as this is the current sta

Re: [Libosinfo] [libosinfo PATCH] tests: convert from check to the GLib testing framework

2017-10-20 Thread Guido Günther
Hi, On Thu, Oct 19, 2017 at 04:14:14PM +0200, Pino Toscano wrote: > On Thursday, 19 October 2017 16:02:18 CEST Daniel P. Berrange wrote: > > On Thu, Oct 19, 2017 at 03:59:02PM +0200, Pino Toscano wrote: > > > On Thursday, 19 October 2017 15:36:28 CEST Daniel P. Berrange wrote: > > > > On Thu, Oct 1

[Libosinfo] libosinfo signatures

2019-04-11 Thread Guido Günther
Hi, Older libosinfo releases were signed with Daniel's key: $ gpg --verify libosinfo_1.2.0.orig.tar.gz.asc gpg: assuming signed data in 'libosinfo_1.2.0.orig.tar.gz' gpg: Signature made Mi 20 Jun 2018 11:46:42 CEST gpg:using RSA key 0xBE86EBB415104FDF gpg: Good signature from "Dani

Re: [Libosinfo] libosinfo signatures

2019-04-11 Thread Guido Günther
Hi, On Thu, Apr 11, 2019 at 11:39:51AM +0200, Fabiano Fidêncio wrote: > Guido, > > On Thu, Apr 11, 2019 at 11:10 AM Guido Günther wrote: > > > > Hi, > > Older libosinfo releases were signed with Daniel's key: > > > > $ gpg --verify libosinfo_1.2.0.orig

Re: [Libosinfo] [osinfo-db PATCH v2 0/7] Fix out-of-tree builds

2019-04-29 Thread Guido Günther
Hi, On Tue, Apr 23, 2019 at 05:20:33PM +0200, Fabiano Fidêncio wrote: > In order to fix out-of-tree builds we need to: > - do not consider source (.xml.in) and generated (.xml) files are in the same > directory; > - with this, some changes have to be done in order to properly run > _check_u