[Libguestfs] [libguestfs PATCH v2 1/3] use local git repo for common submodule

Laszlo Ersek lersek at redhat.com
Thu Jun 30 12:27:46 UTC 2022


On 06/30/22 14:20, Laszlo Ersek wrote:
> ---
>  .gitmodules | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitmodules b/.gitmodules
> index 1343142128f6..7b1a84418c2b 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,3 +1,4 @@
>  [submodule "common"]
>  	path = common
> -	url = https://github.com/libguestfs/libguestfs-common
> +	url = file:///home/lacos/src/v2v/libguestfs-common
> +	branch = .
> 

Heh, evidence that I'm too tired. This patch -- a development aid that I
described earlier at [*] -- should not have reached list, as a part of
the series... Obviously I won't merge it.

[*] working more easily on libguestfs-common submodule updates
https://listman.redhat.com/archives/libguestfs/2022-February/028111.html

Thanks
Laszlo


More information about the Libguestfs mailing list