| Index: recipe_modules/git/example.expected/platform_win.json
|
| diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json
|
| deleted file mode 100644
|
| index d8190f993b46d0acfbd33896d352fb79f8b74652..0000000000000000000000000000000000000000
|
| --- a/recipe_modules/git/example.expected/platform_win.json
|
| +++ /dev/null
|
| @@ -1,167 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[git]\\resources\\git_setup.py",
|
| - "--path",
|
| - "[SLAVE_BUILD]\\src",
|
| - "--url",
|
| - "https://chromium.googlesource.com/chromium/src.git",
|
| - "--git_cmd_path",
|
| - "[DEPOT_TOOLS]\\git.bat"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "git setup"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "retry",
|
| - "fetch",
|
| - "origin",
|
| - "master",
|
| - "--recurse-submodules"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git fetch"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "checkout",
|
| - "-f",
|
| - "FETCH_HEAD"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git checkout"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "clean",
|
| - "-f",
|
| - "-d",
|
| - "-x"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git clean"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "submodule",
|
| - "sync"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "submodule sync"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "submodule",
|
| - "update",
|
| - "--init",
|
| - "--recursive"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "submodule update"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "-c",
|
| - "foo=bar",
|
| - "count-objects",
|
| - "-v"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "count-objects",
|
| - "stdout": "/path/to/tmp/"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "config",
|
| - "--get",
|
| - "remote.origin.url"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git config remote.origin.url",
|
| - "stdout": "/path/to/tmp/",
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@foo@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "show",
|
| - "HEAD",
|
| - "--format=%at",
|
| - "-s"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git show",
|
| - "stdout": "/path/to/tmp/"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "fetch",
|
| - "origin",
|
| - "--tags"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git fetch tags"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "status"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git status"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "status"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git status can_fail_build"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "status"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git status cannot_fail_build"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "rebase",
|
| - "origin/master"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "my repo rebase"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| - "bundle",
|
| - "create",
|
| - "[SLAVE_BUILD]\\all.bundle",
|
| - "--all"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]\\src",
|
| - "name": "git bundle"
|
| - },
|
| - {
|
| - "name": "$result",
|
| - "recipe_result": null,
|
| - "status_code": 0
|
| - }
|
| -]
|
|
|