diff options
author | recipe-roller <recipe-roller@chromium.org> | 2018-06-08 17:27:43 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-09 00:58:26 +0000 |
commit | 68b07236c71273c2ba618779cbe5706f8d0df033 (patch) | |
tree | 99fd0a90217118216232c79f86eaeffacee5250b /infra/config | |
parent | 692e29ebcd35c6cba647dc695b56b6168c535728 (diff) |
Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
https://crrev.com/3fb5aa7bc5ad229e7dc86e0c8360157efd74cdc1 Remove dbghelp.dll hack from packaging script (brucedawson@chromium.org)
recipe_engine:
https://crrev.com/b5ea6a8309ecc6cde288f1f97667e495e1d3466d [buildbucket] Make gitiles_commit singular (nodir@google.com)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I56b5192733e54795fc19c384319693b0ea7678ad
Reviewed-on: https://skia-review.googlesource.com/133820
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/recipes.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 06c9a03ee2..96ff72a751 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "e05f18d47735f3bc3f5808d0ce38a452b82d95e8", + "revision": "c3e514ed881a5349f70fb162e37c20631ecfc39a", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "10f67fe223a7973a95bc5fff219d1a7a3d95a326", + "revision": "b5ea6a8309ecc6cde288f1f97667e495e1d3466d", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } }, |