[libvirt PATCH 1/2] ci: Exclude macOS when generating Dockerfiles

Andrea Bolognani abologna at redhat.com
Tue Jul 14 10:05:06 UTC 2020


Just like FreeBSD, macOS is not supported by the Dockerfile
generator.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 ci/containers/refresh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/containers/refresh b/ci/containers/refresh
index 3a3594caa4..4cae30b869 100755
--- a/ci/containers/refresh
+++ b/ci/containers/refresh
@@ -14,7 +14,7 @@ then
     exit 1
 fi
 
-HOSTS=$($LCITOOL hosts | grep -v freebsd)
+HOSTS=$($LCITOOL hosts | grep -Ev 'freebsd|macos')
 
 for host in $HOSTS
 do
-- 
2.25.4




More information about the libvir-list mailing list