[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL |
|
Date: |
Mon, 24 Jan 2022 20:15:52 +0000 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
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>
---
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.30.2
- [PATCH v1 01/22] tests/Makefile.include: clean-up old code, (continued)
- [PATCH v1 01/22] tests/Makefile.include: clean-up old code, Alex Bennée, 2022/01/24
- [PATCH v1 02/22] tests/qtest: enable more vhost-user tests by default, Alex Bennée, 2022/01/24
- [PATCH v1 07/22] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files, Alex Bennée, 2022/01/24
- [PATCH v1 05/22] MAINTAINERS: Cover lcitool submodule with build test / automation, Alex Bennée, 2022/01/24
- [PATCH v1 04/22] .gitignore: add .gcov pattern, Alex Bennée, 2022/01/24
- [PATCH v1 03/22] Makefile: also remove .gcno files when cleaning, Alex Bennée, 2022/01/24
- [PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL,
Alex Bennée <=
- [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream), Alex Bennée, 2022/01/24
- [PATCH v1 08/22] drop libxml2 checks since libxml is not actually used (for parallels), Alex Bennée, 2022/01/24
- [PATCH v1 09/22] tests/lcitool: Refresh submodule and remove libxml2, Alex Bennée, 2022/01/24
- [PATCH v1 10/22] tests: Manually remove libxml2 on MSYS2 runners, Alex Bennée, 2022/01/24
- [PATCH v1 17/22] plugins: add helper functions for coverage plugins, Alex Bennée, 2022/01/24
- [PATCH v1 14/22] tracing: remove TCG memory access tracing, Alex Bennée, 2022/01/24