Newer version of Debian and thus git would use this automatically, no need to force it.
Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> --- 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 END -- Anthony PERARD