[libvirt] [dockerfiles PATCH v2 3/4] refresh: Add libosinfo project

Fabiano Fidêncio posted 4 patches 6 years, 6 months ago
There is a newer version of this series
[libvirt] [dockerfiles PATCH v2 3/4] refresh: Add libosinfo project
Posted by Fabiano Fidêncio 6 years, 6 months ago
libosinfo Dockerfile will consist on a single container that will be
able to build & test libosinfo, osinfo-db-tools, and osinfo-db. And from
those "subprojects", only libosinfo and osinfo-db-tools are subject for
mingw builds.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
---
 refresh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/refresh b/refresh
index 4dd4382..6b3ff84 100755
--- a/refresh
+++ b/refresh
@@ -42,6 +42,11 @@ class Dockerfile:
         "libvirt" : {
             "libvirt" : True
         },
+        "libosinfo" : {
+            "libosinfo" : True,
+            "osinfo-db" : False,
+            "osinfo-db-tools" : True
+        },
     }
 
     def __init__(self, path):
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dockerfiles PATCH v2 3/4] refresh: Add libosinfo project
Posted by Jonathon Jongsma 6 years, 6 months ago
On Wed, 2019-07-31 at 15:29 +0200, Fabiano Fidêncio wrote:
> libosinfo Dockerfile will consist on a single container that will be

No opinion on the patch, but... "consist on" -> "consist of" ;)

> able to build & test libosinfo, osinfo-db-tools, and osinfo-db. And
> from
> those "subprojects", only libosinfo and osinfo-db-tools are subject
> for
> mingw builds.
> 
> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
> ---
>  refresh | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/refresh b/refresh
> index 4dd4382..6b3ff84 100755
> --- a/refresh
> +++ b/refresh
> @@ -42,6 +42,11 @@ class Dockerfile:
>          "libvirt" : {
>              "libvirt" : True
>          },
> +        "libosinfo" : {
> +            "libosinfo" : True,
> +            "osinfo-db" : False,
> +            "osinfo-db-tools" : True
> +        },
>      }
>  
>      def __init__(self, path):

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list