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
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
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
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
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
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 -
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.
> > > ---
&
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.
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(+)
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
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(+)
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(
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 @@
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
---
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 *
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
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
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.
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
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
---
.../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
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
> 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
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
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
+++
---
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
---
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
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
> >
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
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
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
---
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
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
&g
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/
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
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
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
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
> >
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
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
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
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
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
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
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
---
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):
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
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
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
---
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
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
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
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
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
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(+),
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
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
---
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
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
@
---
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
__
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
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(-)
> >
> >
---
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
@@
64 matches
Mail list logo