summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2022-02-04 21:43:15 +0100
committerAlex Bennée2022-02-09 13:08:41 +0100
commit9641ba6b58d2ecc82e87545069b223c4ac46476b (patch)
treeeabfde9e1a538d76523d7025872adc5738063d58 /.gitmodules
parentMAINTAINERS: Cover lcitool submodule with build test / automation (diff)
downloadqemu-9641ba6b58d2ecc82e87545069b223c4ac46476b.tar.gz
qemu-9641ba6b58d2ecc82e87545069b223c4ac46476b.tar.xz
qemu-9641ba6b58d2ecc82e87545069b223c4ac46476b.zip
gitmodules: Correct libvirt-ci submodule URL
Correct the libvirt-ci repository URL to avoid this warning when cloning / refreshing the submodule: warning: redirecting to https://gitlab.com/libvirt/libvirt-ci.git/ Fixes: 4ebb040f1fd ("tests: integrate lcitool for generating build env manifests") Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220121154134.315047-3-f4bug@amsat.org> Message-Id: <20220204204335.1689602-7-alex.bennee@linaro.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 84425d87e2..f4b6a9b401 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -66,4 +66,4 @@
url = https://gitlab.com/qemu-project/vbootrom.git
[submodule "tests/lcitool/libvirt-ci"]
path = tests/lcitool/libvirt-ci
- url = http://gitlab.com/libvirt/libvirt-ci
+ url = https://gitlab.com/libvirt/libvirt-ci.git