Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: scripts/slave/recipe_modules/chromite/api.py

Issue 2269263002: Make all the rest of the recipes explicitly specify GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromite/api.py
diff --git a/scripts/slave/recipe_modules/chromite/api.py b/scripts/slave/recipe_modules/chromite/api.py
index 78e4e89de3e9d868bb9b96e1f4f3baae182d3927..46b76574a4f7d1c1a2e971a672a9b0ba802108aa 100644
--- a/scripts/slave/recipe_modules/chromite/api.py
+++ b/scripts/slave/recipe_modules/chromite/api.py
@@ -170,7 +170,7 @@ class ChromiteApi(recipe_api.RecipeApi):
Return: (config) A 'gclient' recipe module configuration.
"""
- cfg = self.m.gclient.make_config()
+ cfg = self.m.gclient.make_config(GIT_MODE=True)
soln = cfg.solutions.add()
soln.name = 'chromite'
soln.url = self.chromite_url

Powered by Google App Engine
This is Rietveld 408576698