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

Unified Diff: recipe_modules/bot_update/api.py

Issue 2321203003: A bunch more little cleanups in bot_update. (Closed)
Patch Set: use real arguments for shallow Created 4 years, 3 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: recipe_modules/bot_update/api.py
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py
index 375da9835ab74cb670b67ca86be1d05567eb8d2a..f1f31bd1c3458a65b4c62d3d0d11e8f20314cc03 100644
--- a/recipe_modules/bot_update/api.py
+++ b/recipe_modules/bot_update/api.py
@@ -148,7 +148,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
flags = [
# What do we want to check out (spec/root/rev/rev_map).
['--spec', self.m.gclient.config_to_pythonish(cfg)],
- ['--root', root],
+ ['--patch_root', root],
['--revision_mapping_file', self.m.json.input(rev_map)],
['--git-cache-dir', cfg.cache_dir],

Powered by Google App Engine
This is Rietveld 408576698