| Index: scripts/slave/recipe_modules/git/example.expected/basic.json
|
| diff --git a/scripts/slave/recipe_modules/git/example.expected/basic.json b/scripts/slave/recipe_modules/git/example.expected/basic.json
|
| index d5d9d32612fd49259b3bf82e52d9d413d1cf8fde..55e73825742f6727dd531d53014a51c85458ebdf 100644
|
| --- a/scripts/slave/recipe_modules/git/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/git/example.expected/basic.json
|
| @@ -3,9 +3,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD_ROOT]/scripts/slave/git_setup.py",
|
| + "[BUILD]/scripts/slave/git_setup.py",
|
| "--path",
|
| - "[SLAVE_BUILD_ROOT]/src",
|
| + "[SLAVE_BUILD]/src",
|
| "--url",
|
| "https://chromium.googlesource.com/chromium/src.git"
|
| ],
|
| @@ -26,7 +26,7 @@
|
| "origin",
|
| "--recurse-submodules"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git fetch"
|
| },
|
| {
|
| @@ -36,7 +36,7 @@
|
| "refs/heads/master",
|
| "origin/master"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git update-ref"
|
| },
|
| {
|
| @@ -47,7 +47,7 @@
|
| "-d",
|
| "-x"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git clean"
|
| },
|
| {
|
| @@ -57,7 +57,7 @@
|
| "-f",
|
| "master"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git checkout"
|
| },
|
| {
|
| @@ -68,7 +68,7 @@
|
| "--init",
|
| "--recursive"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git submodule"
|
| },
|
| {
|
| @@ -76,7 +76,7 @@
|
| "git",
|
| "status"
|
| ],
|
| - "cwd": "[SLAVE_BUILD_ROOT]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "name": "git status"
|
| }
|
| ]
|
|
|