From 12e7751d9d5c8cc4b7278c850a8f41c62a3532bb Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Fri, 21 Apr 2017 14:46:16 +0200 Subject: [PATCH] Fix bogus master-manager got_revision_mapping Bug: 713356 TBR=tandrii@chromium.org Change-Id: I4af86f67216e1fc07da099e42608ad4a93c6b354 Reviewed-on: https://chromium-review.googlesource.com/484401 Reviewed-by: Michael Achenbach Commit-Queue: Michael Achenbach --- recipes/recipe_modules/gclient/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index 318c73d21..4416d4f16 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -552,6 +552,7 @@ def infradata_master_manager(c): soln.name = 'infra-data-master-manager' soln.url = ( 'https://chrome-internal.googlesource.com/infradata/master-manager.git') + del c.got_revision_mapping['infra_internal'] c.got_revision_mapping['infra-data-master-manager'] = 'got_revision' @config_ctx()