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

Unified Diff: scripts/slave/recipe_modules/repo/example.expected/setup_repo.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | « scripts/slave/recipe_modules/repo/api.py ('k') | scripts/slave/recipe_modules/skia/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
diff --git a/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json b/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
index be3f3b7ebafa066f56bac6982f22a9ac846cd71c..5bad7c4bfd1c47f25a0c794e4e7f070ab3e9bff0 100644
--- a/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
+++ b/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
@@ -1,29 +1,27 @@
[
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"init",
"-u",
"http://manifest_url"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"init",
"-u",
"http://manifest_url/manifest",
"-b",
"branch"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init (2)"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"forall",
"-c",
"git",
@@ -31,12 +29,11 @@
"--hard",
"HEAD"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git reset"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"forall",
"-c",
"git",
@@ -44,12 +41,11 @@
"-f",
"-d"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git clean"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"forall",
"-c",
"git",
@@ -58,23 +54,20 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git clean (2)"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"sync"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"list"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -86,7 +79,6 @@
"echo",
"[('src/foo', 'foo'), ('src/bar', 'bar')]"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo list echo"
},
{
« no previous file with comments | « scripts/slave/recipe_modules/repo/api.py ('k') | scripts/slave/recipe_modules/skia/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698