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

Unified Diff: recipe_modules/rietveld/example.expected/basic.json

Issue 1917263002: Revert of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « recipe_modules/rietveld/example.py ('k') | recipe_modules/tryserver/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/rietveld/example.expected/basic.json
diff --git a/recipe_modules/rietveld/example.expected/basic.json b/recipe_modules/rietveld/example.expected/basic.json
index a04d778dafa592bf18e67b893e5964c996216e9e..c88cba81692ca67018ea68fcffbb73ea5975c9c8 100644
--- a/recipe_modules/rietveld/example.expected/basic.json
+++ b/recipe_modules/rietveld/example.expected/basic.json
@@ -3,9 +3,9 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/depot_tools/apply_issue.py",
+ "[DEPOT_TOOLS]/apply_issue.py",
"-r",
- "[CWD]/foo/bar",
+ "[SLAVE_BUILD]/foo/bar",
"-i",
"1",
"-p",
@@ -13,10 +13,11 @@
"-s",
"http://review_tool.url",
"-E",
- "[ROOT]/b/build/site_config/.rietveld_client_email",
+ "[BUILD]/site_config/.rietveld_client_email",
"-k",
- "[ROOT]/b/build/site_config/.rietveld_secret_key"
+ "[BUILD]/site_config/.rietveld_secret_key"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "apply_issue",
"~followup_annotations": [
"@@@STEP_LINK@Applied issue 1@http://review_tool.url/1@@@"
« no previous file with comments | « recipe_modules/rietveld/example.py ('k') | recipe_modules/tryserver/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698