Merge "repo_pull: Attempt to fetch via ssh first" am: 4a2aacdeed am: cf1bb77660 am: 0fb346cb84 am: 38d0ea7201
Original change: https://android-review.googlesource.com/c/platform/development/+/2128416 Change-Id: I0d8c44a948dc7dd074aee8465511c1e1b26b514f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class ChangeList(object):
|
||||
self.fetch = fetch
|
||||
|
||||
fetch_git = None
|
||||
for protocol in ('http', 'sso', 'rpc'):
|
||||
for protocol in ('http', 'sso', 'rpc', 'ssh'):
|
||||
fetch_git = fetch.get(protocol)
|
||||
if fetch_git:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user