[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 2/8] gitmodules: Correct libvirt-ci URL
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v4 2/8] gitmodules: Correct libvirt-ci URL |
Date: |
Fri, 21 Jan 2022 10:47:28 +0000 |
User-agent: |
Mutt/2.1.3 (2021-09-10) |
On Fri, Jan 21, 2022 at 11:36:17AM +0100, Philippe Mathieu-Daudé wrote:
> 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")
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> .gitmodules | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitmodules b/.gitmodules
> index 84425d87e28..f4b6a9b4012 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
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
[PATCH v4 3/8] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files, Philippe Mathieu-Daudé, 2022/01/21
[PATCH v4 5/8] tests/lcitool: Install libibumad to cover RDMA on Debian based distros, Philippe Mathieu-Daudé, 2022/01/21
[PATCH v4 6/8] drop libxml2 checks since libxml is not actually used (for parallels), Philippe Mathieu-Daudé, 2022/01/21