Merge "repo_pull: Attempt to fetch via ssh first"
This commit is contained in:
@@ -94,7 +94,7 @@ class ChangeList(object):
|
|||||||
self.fetch = fetch
|
self.fetch = fetch
|
||||||
|
|
||||||
fetch_git = None
|
fetch_git = None
|
||||||
for protocol in ('http', 'sso', 'rpc'):
|
for protocol in ('http', 'sso', 'rpc', 'ssh'):
|
||||||
fetch_git = fetch.get(protocol)
|
fetch_git = fetch.get(protocol)
|
||||||
if fetch_git:
|
if fetch_git:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user