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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@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: 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..365a77bdcfb60e154fdf57b712c393dd1d851781 100644
--- a/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
+++ b/scripts/slave/recipe_modules/repo/example.expected/setup_repo.json
@@ -6,7 +6,6 @@
"-u",
"http://manifest_url"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
@@ -18,7 +17,6 @@
"-b",
"branch"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init (2)"
},
{
@@ -31,7 +29,6 @@
"--hard",
"HEAD"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git reset"
},
{
@@ -44,7 +41,6 @@
"-f",
"-d"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git clean"
},
{
@@ -58,7 +54,6 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo forall git clean (2)"
},
{
@@ -66,7 +61,6 @@
"[DEPOT_TOOLS]/repo",
"sync"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
@@ -74,7 +68,6 @@
"[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"
},
{

Powered by Google App Engine
This is Rietveld 408576698