diff options
author | recipe-roller <recipe-roller@chromium.org> | 2018-07-26 09:51:25 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-26 17:14:48 +0000 |
commit | 0d7288bc17c9fce0a2bb7b4ea12861435df46084 (patch) | |
tree | 5fae2a998f1d10c6a87272578918ac10afd9a259 /infra | |
parent | 897f256413c13d932a3c6f34eebe156c96defab8 (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.
recipe_engine:
https://crrev.com/bad59ca738cc8692ca8b2be801d8e991d41f1e6f Use `call` in recipe bundles to allow appending to the recipes.bat file. (iannucci@chromium.org)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ibaa8b8caf5af9e13d1963dd1b263e907b3565015
Reviewed-on: https://skia-review.googlesource.com/143543
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Diffstat (limited to 'infra')
-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 a707a9a6ea..6e4c55f891 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,12 +14,12 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "254538b955bd353e28da028e09c1f808367a4bf4", + "revision": "32455bd06c8b549dae3759065409e6d1d11e1542", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { "branch": "master", - "revision": "c201ea2c059e30b35d3b6514cb5febef659c4806", + "revision": "bad59ca738cc8692ca8b2be801d8e991d41f1e6f", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } }, |