| Index: scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
|
| diff --git a/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json b/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
|
| index 692ceb3b86e742528f6eb05dab1b174f68a4457b..2f2a7d927fd4c3923dd539e95a535c3e9314caea 100644
|
| --- a/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
|
| +++ b/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
|
| @@ -1,7 +1,7 @@
|
| [
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS_ROOT]/repo",
|
| + "[DEPOT_TOOLS]/repo",
|
| "init",
|
| "-u",
|
| "https://chromium.googlesource.com/chromiumos/manifest.git",
|
| @@ -18,7 +18,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS_ROOT]/repo",
|
| + "[DEPOT_TOOLS]/repo",
|
| "sync"
|
| ],
|
| "name": "repo sync"
|
| @@ -27,7 +27,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk",
|
| + "[SLAVE_BUILD]/chromite/bin/cros_sdk",
|
| "--cache-dir",
|
| ".cache",
|
| "--",
|
| @@ -41,7 +41,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk",
|
| + "[SLAVE_BUILD]/chromite/bin/cros_sdk",
|
| "--",
|
| "./build_packages",
|
| "--board",
|
|
|