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

Unified Diff: recipe_modules/path/example.expected/linux_swarming.json

Issue 1777003003: recipe_engine: change resource API to use repo root (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: review Created 4 years, 9 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/path/example.expected/linux_swarming.json
diff --git a/recipe_modules/path/example.expected/linux_swarming.json b/recipe_modules/path/example.expected/linux_swarming.json
index 27b9276da0b20a155903c75b47576e65c4dd4e56..015dbe662b590c50db347493d536e9486992f31f 100644
--- a/recipe_modules/path/example.expected/linux_swarming.json
+++ b/recipe_modules/path/example.expected/linux_swarming.json
@@ -18,7 +18,7 @@
{
"cmd": [
"echo",
- "RECIPE_PACKAGE[recipe_engine]/dir/file.py"
+ "RECIPE_PACKAGE_REPO[recipe_engine]/dir/file.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "print package dir"
« no previous file with comments | « recipe_modules/path/example.expected/linux_kitchen.json ('k') | recipe_modules/path/example.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698