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(a)redhat.com>
---
refresh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/refresh b/refresh
index 20acb5e..8f99042 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