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

Unified Diff: recipe_modules/git/example.expected/cat-file_test.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
Index: recipe_modules/git/example.expected/cat-file_test.json
diff --git a/recipe_modules/git/example.expected/cat-file_test.json b/recipe_modules/git/example.expected/cat-file_test.json
index 93f392038770aa4ec927653611341b4104f97887..513457abbe72c1817b5d924c8238d00be81b97cf 100644
--- a/recipe_modules/git/example.expected/cat-file_test.json
+++ b/recipe_modules/git/example.expected/cat-file_test.json
@@ -5,10 +5,11 @@
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
- "[CWD]/src",
+ "[SLAVE_BUILD]/src",
"--url",
"https://chromium.googlesource.com/chromium/src.git"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "git setup"
},
{
@@ -20,7 +21,7 @@
"abcdef12345",
"--recurse-submodules"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git fetch"
},
{
@@ -30,7 +31,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git checkout"
},
{
@@ -39,7 +40,7 @@
"rev-parse",
"HEAD"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "read revision",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -54,7 +55,7 @@
"-d",
"-x"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git clean"
},
{
@@ -63,7 +64,7 @@
"submodule",
"sync"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "submodule sync"
},
{
@@ -74,7 +75,7 @@
"--init",
"--recursive"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "submodule update"
},
{
@@ -85,7 +86,7 @@
"count-objects",
"-v"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "count-objects",
"stdout": "/path/to/tmp/"
},
@@ -96,7 +97,7 @@
"--get",
"remote.origin.url"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git config remote.origin.url",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -111,7 +112,7 @@
"--format=%at",
"-s"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git show",
"stdout": "/path/to/tmp/"
},
@@ -122,7 +123,7 @@
"origin",
"--tags"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git fetch tags"
},
{
@@ -130,7 +131,7 @@
"git",
"status"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git status"
},
{
@@ -138,7 +139,7 @@
"git",
"status"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git status can_fail_build"
},
{
@@ -146,7 +147,7 @@
"git",
"status"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git status cannot_fail_build"
},
{
@@ -155,7 +156,7 @@
"rebase",
"origin/master"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "my repo rebase"
},
{
@@ -165,7 +166,7 @@
"origin",
"--tags"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git fetch tags (2)",
"stdout": "/path/to/tmp/"
},
@@ -176,7 +177,7 @@
"blob",
"abcdef12345:TestFile"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git cat-file abcdef12345:TestFile",
"stdout": "/path/to/tmp/"
},
@@ -185,10 +186,10 @@
"git",
"bundle",
"create",
- "[CWD]/all.bundle",
+ "[SLAVE_BUILD]/all.bundle",
"--all"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git bundle"
},
{

Powered by Google App Engine
This is Rietveld 408576698