Re: [Libosinfo] [PATCH] freedos: add freedos 1.2 test data

2018-02-14 Thread Christophe Fergeau
On Wed, Feb 14, 2018 at 12:23:51PM +0100, Christophe Fergeau wrote: > > Acked-by: Christophe Fergeau Actually, this was missing diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c index 1f6e5504..56dfb440 100644 --- a/tests/test-isodetect.c +++

Re: [Libosinfo] [PATCH] freedos: add freedos-1.2

2018-02-14 Thread Christophe Fergeau
Looks good, Acked-by: Christophe Fergeau On Fri, Feb 02, 2018 at 04:26:31PM +0100, Felipe Borges wrote: > http://www.freedos.org > --- > data/os/freedos.org/freedos-1.2.xml.in | 53 > ++ > 1 file changed, 53 insertions(+) > create mode

Re: [Libosinfo] [PATCH] pop_os: add Pop!_OS 17.10 data

2018-02-14 Thread Christophe Fergeau
Hey, On Fri, Feb 02, 2018 at 06:31:06PM +0100, Felipe Borges wrote: > https://system76.com/pop > > Pop!_OS is based on Ubuntu. It follows the Ubuntu version numbers > and release schedule. The first version, 17.10, shipped on October > 19th, 2017. There will be a new release every six months. >

Re: [Libosinfo] [PATCH] NetBSD: add NetBSD 6.x / 7.x data

2018-02-14 Thread Christophe Fergeau
On Wed, Feb 14, 2018 at 11:44:48AM +0100, Christophe Fergeau wrote: > Hey Vicente, thanks for the patches! > > Could you also provide a patch for libosinfo to add test data for these > ISOs? You can generate them with > "iso_name=./NetBSD-6.0-amd64.iso isoinfo -d -i $iso_name >$iso_name.txt" > >

Re: [Libosinfo] [libosinfo] tests: Remove calls to g_log_set_always_fatal()

2018-02-14 Thread Christophe Fergeau
Ping? Christophe On Mon, Jan 15, 2018 at 01:08:13PM +0100, Christophe Fergeau wrote: > All tests call that method because they want g_warning() to be fatal. > Since the switch to GTest, this is no longer necessary as this is the > default behaviour. > > Signed-off-by: Christophe Fergeau