Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: server/hosts/abstract_ssh.py

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/git_kernel.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/hosts/abstract_ssh.py
diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py
index ef179f5949ea053d458e81ad3ba97cebc04e0786..3d8d9e9b5c3fe6928e15aa126bac887a598cfbc3 100644
--- a/server/hosts/abstract_ssh.py
+++ b/server/hosts/abstract_ssh.py
@@ -69,6 +69,7 @@ class AbstractSSHHost(SiteHost):
if not self._use_rsync:
logging.warn("rsync not available on remote host %s -- disabled",
self.hostname)
+ return self._use_rsync
def _check_rsync(self):
« no previous file with comments | « server/git_kernel.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698