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 |