[libvirt-dockerfiles PATCH] trigger: Fetch Dockerfiles from GitLab

Andrea Bolognani abologna at redhat.com
Thu Mar 26 14:57:33 UTC 2020


We're moving libvirt development to GitLab, so it makes sense that
we'd fetch Dockerfiles from there rather than GitHub going forward.

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

diff --git a/trigger b/trigger
index d2e853d..4e71d32 100755
--- a/trigger
+++ b/trigger
@@ -16,7 +16,7 @@ test "$outfile" || usage
 while read zip
 do
     repository="${zip%.zip}"
-    url="https://github.com/libvirt/libvirt-dockerfiles/raw/master/$zip"
+    url="https://gitlab.com/libvirt/libvirt-dockerfiles/-/raw/master/$zip"
 
     "$QUAYADMIN" create-build libvirt "$repository" "$url"
 
-- 
2.25.1




More information about the libvir-list mailing list