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

Unified Diff: scripts/slave/gatekeeper_ng.py

Issue 744913002: Restore order to the universe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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 | « scripts/master/goodrevisions.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/gatekeeper_ng.py
diff --git a/scripts/slave/gatekeeper_ng.py b/scripts/slave/gatekeeper_ng.py
index 81a0814ce2bd2f92521c5ab9d59de91ff1af6fae..38c4030da5691fe3edc6b45e6fa8881bad2b2d9b 100755
--- a/scripts/slave/gatekeeper_ng.py
+++ b/scripts/slave/gatekeeper_ng.py
@@ -667,7 +667,7 @@ def get_options():
parser.add_option('--skip-build-db-update', action='store_true',
help='don\' write to the build_db, overridden by sync and'
' clear db options')
- parser.add_option('--password-file', default='.chromium_status_password',
+ parser.add_option('--password-file', default='.status_password',
help='password file to update chromium-status')
parser.add_option('-s', '--set-status', action='store_true',
help='close the tree by connecting to chromium-status')
« no previous file with comments | « scripts/master/goodrevisions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698