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

Unified Diff: recipe_modules/bot_update/api.py

Issue 2436853002: Change path to internal-try rietveld credentials (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 | recipe_modules/bot_update/example.expected/trychange_oauth2_json.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/api.py
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py
index 512a89e414f7c783bd1d32466064054653d14a8d..be231c85d42e3023003d4768fe64958b11b65c91 100644
--- a/recipe_modules/bot_update/api.py
+++ b/recipe_modules/bot_update/api.py
@@ -130,9 +130,9 @@ class BotUpdateApi(recipe_api.RecipeApi):
oauth2_json_file = email_file = key_file = None
if oauth2_json:
if self.m.platform.is_win:
- oauth2_json_file = 'C:\\creds\\refresh_tokens\\rietveld.json'
+ oauth2_json_file = 'C:\\creds\\refresh_tokens\\internal-try'
else:
- oauth2_json_file = '/creds/refresh_tokens/rietveld.json'
+ oauth2_json_file = '/creds/refresh_tokens/internal-try'
elif patch_oauth2:
# TODO(martiniss): remove this hack :(. crbug.com/624212
if use_site_config_creds:
« no previous file with comments | « no previous file | recipe_modules/bot_update/example.expected/trychange_oauth2_json.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698