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

Unified Diff: gclient.py

Issue 2454463002: Make bot_update on win more resilient (Closed)
Patch Set: Created 4 years, 2 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') | gclient_scm.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index 3e8a7962290a3b63832adc2ad3469ae7ad2d6a53..28ad7a7327af8f77a6354a913773c2f5a1969b69 100755
--- a/gclient.py
+++ b/gclient.py
@@ -1604,6 +1604,11 @@ def CMDcleanup(parser, args):
help='override deps for the specified (comma-separated) '
'platform(s); \'all\' will process all deps_os '
'references')
+ parser.add_option('--break_repo_locks', action='store_true',
agable 2016/10/28 16:55:34 Honestly I wouldn't even bother with this. This wi
katthomas 2016/10/28 23:40:29 Done.
+ help='GIT ONLY - Forcibly remove repo locks (e.g. '
+ 'index.lock). This should only be used if you know for '
+ 'certain that this invocation of gclient is the only '
+ 'thing operating on the git repos (e.g. on a bot).')
(options, args) = parser.parse_args(args)
client = GClient.LoadCurrentConfig(options)
if not client:
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | gclient_scm.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698