diff --git a/recipes/README.recipes.md b/recipes/README.recipes.md index b8a72d31f..4c52baef2 100644 --- a/recipes/README.recipes.md +++ b/recipes/README.recipes.md @@ -62,7 +62,7 @@ Recipe module to ensure a checkout is consistent on a bot. Wrapper for easy calling of bot_update. -— **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#584)(self, bot_update_step):** +— **def [deapply\_patch](/recipes/recipe_modules/bot_update/api.py#582)(self, bot_update_step):** Deapplies a patch, taking care of DEPS and solution revisions properly. @@ -103,7 +103,7 @@ Args: change's commit message to get this revision override requested by the author. -— **def [get\_project\_revision\_properties](/recipes/recipe_modules/bot_update/api.py#561)(self, project_name, gclient_config=None):** +— **def [get\_project\_revision\_properties](/recipes/recipe_modules/bot_update/api.py#559)(self, project_name, gclient_config=None):** Returns all property names used for storing the checked-out revision of a given project. @@ -119,7 +119,7 @@ Returns (list of str): All properties that'll hold the checked-out revision   **@property**
— **def [last\_returned\_properties](/recipes/recipe_modules/bot_update/api.py#34)(self):** -— **def [resolve\_fixed\_revision](/recipes/recipe_modules/bot_update/api.py#512)(self, bot_update_json, name):** +— **def [resolve\_fixed\_revision](/recipes/recipe_modules/bot_update/api.py#510)(self, bot_update_json, name):** Sets a fixed revision for a single dependency using project revision properties. diff --git a/recipes/recipe_modules/bot_update/api.py b/recipes/recipe_modules/bot_update/api.py index 7eefcb332..e85872e9d 100644 --- a/recipes/recipe_modules/bot_update/api.py +++ b/recipes/recipe_modules/bot_update/api.py @@ -417,8 +417,6 @@ class BotUpdateApi(recipe_api.RecipeApi): pin['host'], pin['project'] = ( self.m.gitiles.parse_repo_url(m['repository'])) blamelist_pins.append(pin) - - result.blamelist_pins = blamelist_pins self.m.milo.show_blamelist_for(blamelist_pins) # Set output commit of the build.