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

Unified Diff: gclient_scm.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
Index: gclient_scm.py
diff --git a/gclient_scm.py b/gclient_scm.py
index 14bea413eba3211ee08cad4d2eeb4ebfa1bfa21c..748eef6b98a34cfdf374f54fe88b7ab7358874b7 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -1199,7 +1199,7 @@ class GitWrapper(SCMWrapper):
return self._Capture(checkout_args)
def _Fetch(self, options, remote=None, prune=False, quiet=False):
- kill_timeout = float(os.getenv('GCLIENT_KILL_GIT_FETCH_AFTER', 0))
+ kill_timeout = float(getattr(options, 'fetch_timeout', 0))
cfg = gclient_utils.DefaultIndexPackConfig(self.url)
fetch_cmd = cfg + [
'fetch',
« gclient.py ('K') | « gclient.py ('k') | recipe_modules/bot_update/resources/bot_update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698