gclient: fix patch_project handling for the recipe engine

This is needed after d88f0c8311

BUG=none

Review-Url: https://codereview.chromium.org/2091313003
changes/90/365990/1
phajdan.jr 10 years ago committed by Commit bot
parent b80458a73a
commit cd0b7abe26

@ -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

Loading…
Cancel
Save