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

Unified Diff: scripts/slave/recipe_modules/bot_update/api.py

Issue 615373002: bot_update: Add --rietveld_server flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 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 | scripts/slave/recipes/android/builder.expected/tryserver_chromium_linux_android_clang_dbg_recipe_fail_check_licenses.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/bot_update/api.py
diff --git a/scripts/slave/recipe_modules/bot_update/api.py b/scripts/slave/recipe_modules/bot_update/api.py
index 12a5f23c0890c5bb24800918a6d76ccf2fd79b10..68684f84cc44ad16836d83b1f7b5a34337644c89 100644
--- a/scripts/slave/recipe_modules/bot_update/api.py
+++ b/scripts/slave/recipe_modules/bot_update/api.py
@@ -119,6 +119,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
['--issue', issue],
['--patchset', patchset],
['--patch_url', patch_url],
+ ['--rietveld_server', self.m.properties.get('rietveld')],
# 4. Hookups to JSON output back into recipes.
['--output_json', self.m.json.output()],]
« no previous file with comments | « no previous file | scripts/slave/recipes/android/builder.expected/tryserver_chromium_linux_android_clang_dbg_recipe_fail_check_licenses.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698