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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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
Index: scripts/slave/recipe_modules/chromium_android/api.py
diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
index 5688df42cab9751e269c5970983db1989c045944..0e9868d9d3ba5e3828d81465b03092dcf1bcae41 100644
--- a/scripts/slave/recipe_modules/chromium_android/api.py
+++ b/scripts/slave/recipe_modules/chromium_android/api.py
@@ -115,8 +115,6 @@ class AndroidApi(recipe_api.RecipeApi):
refs = [refs]
result = self.m.bot_update.ensure_checkout(
spec, refs=refs, with_branch_heads=with_branch_heads)
- if not result.json.output['did_run']:
- result = self.m.gclient.checkout(spec, with_branch_heads=with_branch_heads)
iannucci 2016/02/16 21:04:53 Did chromium_android use bot_update before? Or was
# TODO(sivachandra): Manufacture gclient spec such that it contains "src"
# solution + repo_name solution. Then checkout will be automatically

Powered by Google App Engine
This is Rietveld 408576698