explicitly provides ssh urls to GitRepo declarations
authorLuc Ma <onion0709@gmail.com>
Thu, 14 Oct 2021 12:50:44 +0000 (20:50 +0800)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 14 Apr 2022 19:03:20 +0000 (19:03 +0000)
commita203cef159a2101e318d282d42da5d7d2dcf38e4
tree5a24ee5495cafa8ec223f83372bedb8fd48b7703
parentf93b804dd4651afe31a4a120cb2db673bafa63fc
explicitly provides ssh urls to GitRepo declarations

In case of poor cyber condition, git fetches based on ssh protocol
instead of https may be a better choice. The only thing that needs
is an appropriate url.

Also fixes issue 289

Signed-off-by: Luc Ma <onion0709@gmail.com>
Components: Framework
VK-GL-CTS public issue: 289

Change-Id: I6e121a50cfe3f0361defd34a8b961777e9f5751e
external/fetch_sources.py