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

Unified Diff: recipe_modules/git/example.expected/basic_file_name.json

Issue 2192163002: Make git recipe api add depot_tools to PATH (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Use package_repo_resource Created 4 years, 5 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: recipe_modules/git/example.expected/basic_file_name.json
diff --git a/recipe_modules/git/example.expected/basic_file_name.json b/recipe_modules/git/example.expected/basic_file_name.json
index 45a2e9b3bceb5724cf7a2d224f17462ffa98771f..e5d3c448fd6305cca519eff7fec5258f30da4987 100644
--- a/recipe_modules/git/example.expected/basic_file_name.json
+++ b/recipe_modules/git/example.expected/basic_file_name.json
@@ -21,6 +21,9 @@
"--recurse-submodules"
],
"cwd": "[SLAVE_BUILD]/src",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
"name": "git fetch"
},
{

Powered by Google App Engine
This is Rietveld 408576698