|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [OSSTEST PATCH 02/36] ts-xen-build-prep: Only force git protocol v2 on buster
On Mon, Mar 18, 2024 at 04:55:11PM +0000, Anthony PERARD wrote:
> Newer version of Debian and thus git would use this automatically, no
> need to force it.
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
> ---
> Osstest/TestSupport.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
> index f0e087aa..0dded9b2 100644
> --- a/Osstest/TestSupport.pm
> +++ b/Osstest/TestSupport.pm
> @@ -3257,7 +3257,7 @@ END
>
> # Adding mandadory use of Git protocol v2
> # necessary on buster when building QEMU v8.1
> - $gitcfg .= <<END;
> + $gitcfg .= <<END if $ho->{Suite} =~ m/buster/;
> [protocol]
> version = 2
Do we need to limit ourselves to version 2 for the git cache stuff, or
that doesn't matter?
I'm wondering whether it case version 3 of the protocol appears we
would be in trouble by not having version = 2 in the config file.
Thanks, Roger.
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |