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

Unified Diff: recipe_modules/gclient/config.py

Issue 2091313003: gclient: fix patch_project handling for the recipe engine (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index d9d5f1c551896e7c90c4e481b2400e8c08ed2eec..32e026b600c40f5bdb9fd62ab1d60abeae166f9c 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -564,7 +564,9 @@ def infra(c):
p = c.patch_projects
p['luci-py'] = ('infra/luci', 'HEAD')
+ # TODO(phajdan.jr): remove recipes-py when it's not used for project name.
p['recipes-py'] = ('infra/recipes-py', 'HEAD')
+ p['recipe_engine'] = ('infra/recipes-py', 'HEAD')
@config_ctx(config_vars={'GIT_MODE': True})
def infra_internal(c): # pragma: no cover
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698