diff --git a/recipes/README.recipes.md b/recipes/README.recipes.md index de9b4864a..8d264ac43 100644 --- a/recipes/README.recipes.md +++ b/recipes/README.recipes.md @@ -758,7 +758,7 @@ Raises: Returns a presubmit step. -— **def [execute](/recipes/recipe_modules/presubmit/api.py#102)(self, bot_update_step, skip_owners=False, run_all=False):** +— **def [execute](/recipes/recipe_modules/presubmit/api.py#101)(self, bot_update_step, skip_owners=False, run_all=False):** Runs presubmit and sets summary markdown if applicable. diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index e23796fd8..fcae88244 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -312,6 +312,10 @@ def infra_internal_superproject(c): soln.custom_vars = {'checkout_internal': True} soln.url = 'https://chromium.googlesource.com/infra/infra_superproject.git' c.got_revision_mapping['infra_internal'] = 'got_revision' + c.repo_path_map.update({ + 'https://chrome-internal.googlesource.com/infra/infra_internal': + ('infra_internal', None) + }) @config_ctx() diff --git a/recipes/recipe_modules/presubmit/api.py b/recipes/recipe_modules/presubmit/api.py index 3504f0914..538e49415 100644 --- a/recipes/recipe_modules/presubmit/api.py +++ b/recipes/recipe_modules/presubmit/api.py @@ -86,7 +86,6 @@ class PresubmitApi(recipe_api.RecipeApi): '-c', 'user.name=The Commit Bot', 'commit', - '--allow-empty', '-a', '-m', 'Committed patch',