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

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

Issue 1915463002: 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: rebase 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
Index: recipe_modules/git/example.expected/curl_trace_file.json
diff --git a/recipe_modules/git/example.expected/curl_trace_file.json b/recipe_modules/git/example.expected/curl_trace_file.json
index a0b28fa35374e9d3c5811715648817b13e63d970..01cd9c9ef602c6b2446dc91f2f96693b4c07b9f6 100644
--- a/recipe_modules/git/example.expected/curl_trace_file.json
+++ b/recipe_modules/git/example.expected/curl_trace_file.json
@@ -5,11 +5,10 @@
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
- "[SLAVE_BUILD]/src",
+ "[CWD]/src",
"--url",
"https://chromium.googlesource.com/chromium/src.git"
],
- "cwd": "[SLAVE_BUILD]",
"name": "git setup"
},
{
@@ -21,12 +20,12 @@
"refs/foo/bar",
"--recurse-submodules"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"env": {
"GIT_CURL_VERBOSE": "1"
},
"name": "git fetch",
- "stderr": "[SLAVE_BUILD]/curl_trace.log"
+ "stderr": "[CWD]/curl_trace.log"
},
{
"cmd": [
@@ -35,7 +34,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git checkout"
},
{
@@ -44,7 +43,7 @@
"rev-parse",
"HEAD"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "read revision",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -59,7 +58,7 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git clean"
},
{
@@ -68,7 +67,7 @@
"submodule",
"sync"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "submodule sync"
},
{
@@ -79,7 +78,7 @@
"--init",
"--recursive"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "submodule update"
},
{
@@ -90,7 +89,7 @@
"count-objects",
"-v"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "count-objects",
"stdout": "/path/to/tmp/"
},
@@ -101,7 +100,7 @@
"--get",
"remote.origin.url"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git config remote.origin.url",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -116,7 +115,7 @@
"--format=%at",
"-s"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git show",
"stdout": "/path/to/tmp/"
},
@@ -127,7 +126,7 @@
"origin",
"--tags"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git fetch tags"
},
{
@@ -135,7 +134,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status"
},
{
@@ -143,7 +142,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status can_fail_build"
},
{
@@ -151,7 +150,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status cannot_fail_build"
},
{
@@ -160,7 +159,7 @@
"rebase",
"origin/master"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "my repo rebase"
},
{
@@ -168,10 +167,10 @@
"git",
"bundle",
"create",
- "[SLAVE_BUILD]/all.bundle",
+ "[CWD]/all.bundle",
"--all"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git bundle"
},
{

Powered by Google App Engine
This is Rietveld 408576698