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

Unified Diff: recipe_modules/git/example.expected/rebase_failed.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/rebase_failed.json
diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json
index 39666c74dd39e98627177b74f54366a0ac99948b..6abe46464298fc9a210e003f224fe29f8743c6ce 100644
--- a/recipe_modules/git/example.expected/rebase_failed.json
+++ b/recipe_modules/git/example.expected/rebase_failed.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,7 +20,7 @@
"master",
"--recurse-submodules"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git fetch"
},
{
@@ -31,7 +30,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git checkout"
},
{
@@ -40,7 +39,7 @@
"rev-parse",
"HEAD"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "read revision",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -55,7 +54,7 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git clean"
},
{
@@ -64,7 +63,7 @@
"submodule",
"sync"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "submodule sync"
},
{
@@ -75,7 +74,7 @@
"--init",
"--recursive"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "submodule update"
},
{
@@ -86,7 +85,7 @@
"count-objects",
"-v"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "count-objects",
"stdout": "/path/to/tmp/"
},
@@ -97,7 +96,7 @@
"--get",
"remote.origin.url"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git config remote.origin.url",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -112,7 +111,7 @@
"--format=%at",
"-s"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git show",
"stdout": "/path/to/tmp/"
},
@@ -123,7 +122,7 @@
"origin",
"--tags"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git fetch tags"
},
{
@@ -131,7 +130,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status"
},
{
@@ -139,7 +138,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status can_fail_build"
},
{
@@ -147,7 +146,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "git status cannot_fail_build"
},
{
@@ -156,7 +155,7 @@
"rebase",
"origin/master"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "my repo rebase",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -169,7 +168,7 @@
"rebase",
"--abort"
],
- "cwd": "[SLAVE_BUILD]/src",
+ "cwd": "[CWD]/src",
"name": "my repo rebase abort"
},
{
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | recipe_modules/git/example.expected/remote_not_origin.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698