Commit c602b3ac authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite fc903818f301..92ac890fc48d (8 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/fc903818f301..92ac890fc48d

git log fc903818f301..92ac890fc48d --date=short --no-merges --format='%ad %ae %s'
2019-11-12 andrewlamb@chromium.org Use 0o777 instead of 777 in replication_lib_unittest.
2019-11-12 vapier@chromium.org locking: fix under Python 3
2019-11-12 engeg@google.com chromite: update protos and generate for build api
2019-11-12 dburger@chromium.org Fix broken binhost_test.py.
2019-11-11 dburger@chromium.org Remove chrome-pfq and chromium-pfq configs.
2019-11-11 sanikak@chromium.org auto_updater: Restructuring Transfer Abstract Base Class
2019-11-11 andrewlamb@chromium.org replication_lib: Use copy2 instead of copyfile to preserve file metadata.
2019-11-11 andrewlamb@chromium.org Add replication_util, a CLI for replication_lib.

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

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
TBR=chrome-os-gardeners@google.com

Bug: None
Change-Id: I639c3d994fb8596135503a8027b1d7f1f7d7b94f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911489Reviewed-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@{#714436}
parent f7bc35eb
...@@ -867,7 +867,7 @@ deps = { ...@@ -867,7 +867,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' + '@' + 'fc903818f3013dfa9465f47ae359a8445c9254b6', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '92ac890fc48d4ccb19b871cbc7a0d53005289868',
'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