diff options
author | recipe-roller <recipe-roller@chromium.org> | 2017-10-03 18:23:39 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-10-04 01:44:42 +0000 |
commit | cf527d978def8fe3b213be2cf453e75941eced96 (patch) | |
tree | 93c8a25a872661b9d19af29d56cdf71c2450c6b6 /infra | |
parent | 93b324dd31e4a29ca0b64df57937c1adb7adc1e1 (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/c634ba57059c1ff965ccbfa3277bf025fb1ae891 Allow gclient solution URLs to be |None|. (mmoss@google.com)
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I85619aa3a55202033ae02492d8d69a5b5810209c
Reviewed-on: https://skia-review.googlesource.com/54880
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/README.recipes.md | 12 | ||||
-rw-r--r-- | infra/config/recipes.cfg | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md index f4ac7f7c8a..60cb88bd02 100644 --- a/infra/bots/README.recipes.md +++ b/infra/bots/README.recipes.md @@ -842,12 +842,12 @@ Recipe for the Bot that updates meta config. — **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#12)(api):** -[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-bot_update -[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-depot_tools -[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-gclient -[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-git -[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-gsutil -[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/df96318599f847b1503213e48be85f7adf811e4d/recipes/README.recipes.md#recipe_modules-tryserver +[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-bot_update +[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-depot_tools +[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-gclient +[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-git +[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-gsutil +[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c634ba57059c1ff965ccbfa3277bf025fb1ae891/recipes/README.recipes.md#recipe_modules-tryserver [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4d872b88fb06006ec917c6d2a3324e26c0124319/README.recipes.md#recipe_modules-context [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4d872b88fb06006ec917c6d2a3324e26c0124319/README.recipes.md#recipe_modules-file [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4d872b88fb06006ec917c6d2a3324e26c0124319/README.recipes.md#recipe_modules-json diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index d65edc3a96..582a5e49a1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -14,7 +14,7 @@ "deps": { "depot_tools": { "branch": "master", - "revision": "df96318599f847b1503213e48be85f7adf811e4d", + "revision": "c634ba57059c1ff965ccbfa3277bf025fb1ae891", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "recipe_engine": { |