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

Unified Diff: gclient.py

Issue 2297663002: bot_update: add debug output if GCLIENT_KILL_GIT_FETCH_AFTER. (Closed)
Patch Set: actually WAI on top of this CL deps. 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 8ebdfc23c51735a20cd6f7bac4817af20d12b9d6..6a77e08dc9b129a3e37b43feeed6151221b710ce 100755
--- a/gclient.py
+++ b/gclient.py
@@ -2261,7 +2261,7 @@ class OptionParser(optparse.OptionParser):
jobs = 1
self.add_option(
- '-j', '--jobs', default=jobs, type='int',
+ '-j', '--jobs', default=1, type='int',
help='Specify how many SCM commands can run in parallel; defaults to '
'%default on this machine')
self.add_option(
« 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