diff --git a/gclient.py b/gclient.py index 88319b670..0182222ee 100755 --- a/gclient.py +++ b/gclient.py @@ -958,6 +958,8 @@ class Dependency(gclient_utils.WorkItem, DependencySettings): return origin if origin.endswith('.git') and origin[:-len('.git')] in candidates: return origin[:-len('.git')] + if origin + '.git' in candidates: + return origin + '.git' if self.name in candidates: return self.name return None diff --git a/recipes/trigger_recipe_roller.txt b/recipes/trigger_recipe_roller.txt index 85019027f..1aeb41434 100644 --- a/recipes/trigger_recipe_roller.txt +++ b/recipes/trigger_recipe_roller.txt @@ -5,6 +5,6 @@ Once upon a time, a budding web browser dev team needed a CI system. All they had was one poor machine under a desk, and its name was Batty, the Build and Test Yeti. -Then suddenly, and without delay, Batty the Build and Test Yeti + 😒