Sha256: 554c1276fb167080ce7e64f04ab4b308a98f35c34aade6225c4592835d3d6e4c

Contents?: true

Size: 1.92 KB

Versions: 7

Compression:

Stored size: 1.92 KB

Contents

[
  {
    "cmd": [
      "python",
      "-u",
      "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
      "--path",
      "[SLAVE_BUILD]/src",
      "--url",
      "https://chromium.googlesource.com/chromium/src.git"
    ],
    "name": "git setup"
  },
  {
    "cmd": [
      "git",
      "retry",
      "fetch",
      "origin",
      "master",
      "--recurse-submodules"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "env": {
      "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
    },
    "name": "git fetch"
  },
  {
    "cmd": [
      "git",
      "checkout",
      "-f",
      "FETCH_HEAD"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "git checkout"
  },
  {
    "cmd": [
      "git",
      "rev-parse",
      "HEAD"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "read revision",
    "stdout": "/path/to/tmp/",
    "~followup_annotations": [
      "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
    ]
  },
  {
    "cmd": [
      "git",
      "clean",
      "-f",
      "-d",
      "-x"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "git clean"
  },
  {
    "cmd": [
      "git",
      "submodule",
      "sync"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "submodule sync"
  },
  {
    "cmd": [
      "git",
      "submodule",
      "update",
      "--init",
      "--recursive"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "submodule update"
  },
  {
    "cmd": [
      "git",
      "-c",
      "foo=bar",
      "count-objects",
      "-v"
    ],
    "cwd": "[SLAVE_BUILD]/src",
    "name": "count-objects",
    "stdout": "/path/to/tmp/",
    "~followup_annotations": [
      "@@@STEP_LOG_LINE@exception@ValueError(\"invalid literal for long() with base 10: 'xxx'\",)@@@",
      "@@@STEP_LOG_END@exception@@@",
      "@@@STEP_WARNINGS@@@"
    ]
  },
  {
    "name": "$result",
    "reason": "count-objects failed: invalid literal for long() with base 10: 'xxx'",
    "recipe_result": null,
    "status_code": 1
  }
]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
libv8-5.3.332.38.5 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.4 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.3 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.2 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.1 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.0 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
libv8-5.3.332.38.0beta2 vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json