|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 02/36] ts-xen-build-prep: Only force git protocol v2 on buster
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
END
--
Anthony PERARD
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |