Commit 32eb4851 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite 60a2f6cf5b21..d2d2d7630206 (13 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/60a2f6cf5b21..d2d2d7630206

git log 60a2f6cf5b21..d2d2d7630206 --date=short --first-parent --format='%ad %ae %s'
2019-12-06 vapier@chromium.org cbuildbot: lkgm_manager/patch_series: drop more unused code
2019-12-06 vapier@chromium.org partial_mock: SetDefaultCmdResult: switch to stdout/stderr arg names
2019-12-06 vapier@chromium.org cros_build_lib.run: support file objects with stdout/stderr
2019-12-06 vapier@chromium.org hwtest_results: drop unused module
2019-12-06 vapier@chromium.org cidb: drop hwtest support
2019-12-06 andrewlamb@chromium.org replication_lib: Requre paths relative to the source root.
2019-12-06 lamontjones@chromium.org toolchain: start adding PrepareForBuild/Bundle endpoints.
2019-12-06 tomhughes@chromium.org portage_util.py: Add cros-ec to _ECLASS_IMPLIES_TEST
2019-12-06 bpastene@chromium.org cros_gdb: Fix broken paths to the sysroot and GDB binary in Simple Chrome cache.
2019-12-05 vapier@chromium.org clactions: drop unused module
2019-12-05 mutexlox@google.com crash: Add "crash-user-access" group.
2019-12-05 vapier@chromium.org rewrite_git_alternates: use UTF-8 encoding
2019-12-05 chrome-bot@chromium.org Update config settings by config-updater.

Created with:
  gclient setdep -r src/third_party/chromite@d2d2d7630206

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromite-chromium-autoroll
Please CC chrome-os-gardeners@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:chromeos-kevin-rel
Bug: None
Tbr: chrome-os-gardeners@google.com
Change-Id: Ie6a35654deb3e9f6eb0eb18ffdee0497c9ca94b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955652Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#722490}
parent 970a09b2
...@@ -866,7 +866,7 @@ deps = { ...@@ -866,7 +866,7 @@ deps = {
# Build tools for Chrome OS. Note: This depends on third_party/pyelftools. # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
'src/third_party/chromite': { 'src/third_party/chromite': {
'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '60a2f6cf5b2183e6075297cac203df24f36fa554', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'd2d2d763020670e7037f6cfdeb85fb7bcc333704',
'condition': 'checkout_linux', 'condition': 'checkout_linux',
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment