diff options
author | John Budorick <jbudorick@chromium.org> | 2017-04-28 18:59:04 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-02 19:50:11 +0000 |
commit | 74be2f20950459c957a923ccadea2158c88cad50 (patch) | |
tree | 3dc4b6bd36167fe16ed90080cf17c8e8734b4e57 /infra/config | |
parent | a754378ef659dcc0bca9179719123e32891fb605 (diff) |
Manually roll skia recipe deps.
This includes:
recipes-py: 554e8878ac6395262dc3c90bbb8a100ee844f766">https://chromium.googlesource.com/external/github.com/luci/recipes-py/+log/f5e47cfc28b5964701572db12f96c7a5a3f1821a..554e8878ac6395262dc3c90bbb8a100ee844f766
depot_tools: 1e71b8bdf0913b306b28141192272350cf68cdc2">https://chromium.googlesource.com/chromium/tools/depot_tools/+log/109907e6a95ae0301b1564c76c4a3e9d15e19366..1e71b8bdf0913b306b28141192272350cf68cdc2
tools/build: dcca7cbe7ecda2c4d511f38c6f3eab29cad08cf7">https://chromium.googlesource.com/chromium/tools/build/+log/f7b41106d64b6517c67343f2cfb03f4a9d62afc2..dcca7cbe7ecda2c4d511f38c6f3eab29cad08cf7
The ranges include my generic postprocess/merge change in tools/build
that had been failing to roll over in https://skia-review.googlesource.com/c/13920/
along with a few corresponding fixes.
Change-Id: I7e328bdb3acfc9b4c219e408c226f181f3b05f3d
Reviewed-on: https://skia-review.googlesource.com/14678
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/recipes.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 97cba0ab34..baa8b7d061 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -15,22 +15,22 @@ { "branch": "master", "project_id": "build", - "revision": "f7b41106d64b6517c67343f2cfb03f4a9d62afc2", + "revision": "dcca7cbe7ecda2c4d511f38c6f3eab29cad08cf7", "url": "https://chromium.googlesource.com/chromium/tools/build.git" }, { "branch": "master", "project_id": "depot_tools", - "revision": "109907e6a95ae0301b1564c76c4a3e9d15e19366", + "revision": "1e71b8bdf0913b306b28141192272350cf68cdc2", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, { "branch": "master", "project_id": "recipe_engine", - "revision": "f5e47cfc28b5964701572db12f96c7a5a3f1821a", + "revision": "554e8878ac6395262dc3c90bbb8a100ee844f766", "url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" } ], "project_id": "skia", "recipes_path": "infra/bots" -}
\ No newline at end of file +} |