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

Unified Diff: gclient.py

Issue 2273043002: bot_update: deploy git fetch timeout. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@kill-fetch
Patch Set: Created 4 years, 4 months 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 | « no previous file | gclient_scm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index 03c9ac906148f89f1ebc73350e707eb6c87078b9..78e66a5bd251608742887e3ec65a3876677706b4 100755
--- a/gclient.py
+++ b/gclient.py
@@ -2084,6 +2084,9 @@ def CMDsync(parser, args):
parser.add_option('--lock_timeout', type='int', default=5000,
help='GIT ONLY - Deadline (in seconds) to wait for git '
'cache lock to become available. Default is %default.')
+ parser.add_option('--fetch_timeout', type='int',
+ help='GIT ONLY - Deadline (in seconds) to wait for git '
+ 'fetch command. Default is no deadline.')
Ryan Tseng 2016/08/25 00:06:34 nit: actually isn't it time inbetween output
(options, args) = parser.parse_args(args)
client = GClient.LoadCurrentConfig(options)
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698