[Libosinfo] [libosinfo PATCH] media: Make _supports_installer_sript() aware of media installers

2019-02-06 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- This has been written atop of https://www.redhat.com/archives/libosinfo/2019-February/msg00028.html --- osinfo/osinfo_media.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c index

[Libosinfo] [libosinfo PATCH 3/3] test-media: Add test for media installer script

2019-02-06 Thread Fabiano Fidêncio
Signed-off-by: Fabiano Fidêncio --- .../test-os-media-installer-script.xml| 16 ++ tests/test-media.c| 32 +++ 2 files changed, 48 insertions(+) create mode 100644 tests/dbdata/os/libosinfo.org/test-os-media-installer-script.xml diff

[Libosinfo] [libosinfo PATCH 2/3] media: Add installer to the media

2019-02-06 Thread Fabiano Fidêncio
Having the installer tied to the OS is something that has been shown not optimal, unfortunately. An OS may have a few different medias and each media may support a specific type of script or, even, not support an installer script at all. With this in mind, let's have the installer scripts tied to

[Libosinfo] [osinfo-db PATCH 1/3] schema: Add installer to the media

2019-02-06 Thread Fabiano Fidêncio
Having the instsaller tied to the OS is something that has been shown not optimal, unfortunately. An OS may have a few different medias and each media may support a specific type of script or, even, not support an installer script at all. With this in mind, let's have the installer scripts tied

Re: [Libosinfo] [osinfo-db PATCH 2/3] windows, unattend: Set password as plain text

2019-02-06 Thread Daniel P . Berrangé
On Wed, Feb 06, 2019 at 12:40:32PM +0100, Fabiano Fidêncio wrote: > On Wed, Feb 6, 2019 at 10:13 AM Daniel P. Berrangé > wrote: > > > > On Tue, Feb 05, 2019 at 08:40:35PM +0100, Fabiano Fidêncio wrote: > > > Signed-off-by: Fabiano Fidêncio > > > --- > > >

Re: [Libosinfo] [osinfo-db PATCH 2/3] windows, unattend: Set password as plain text

2019-02-06 Thread Daniel P . Berrangé
On Tue, Feb 05, 2019 at 08:40:35PM +0100, Fabiano Fidêncio wrote: > Signed-off-by: Fabiano Fidêncio > --- > data/install-script/microsoft.com/windows-unattend-jeos.xml.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git