Commit 8cbf43ab authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/chromite 1c86820c2510..0cc2fbd4ba42 (2 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/1c86820c2510..0cc2fbd4ba42

git log 1c86820c2510..0cc2fbd4ba42 --date=short --no-merges --format='%ad %ae %s'
2019-10-24 vapier@chromium.org commands/filelib: fix encoding with base64 calls
2019-10-24 vapier@chromium.org service: artifacts: fix bytes/string mixing

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

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: I9b548590ad669d7ac0ab5a131acdd671198501fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878048Reviewed-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@{#708933}
parent cd03d029
...@@ -874,7 +874,7 @@ deps = { ...@@ -874,7 +874,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' + '@' + '1c86820c2510ea6e4be8b381fe4c843c1392e761', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0cc2fbd4ba4239940079dc76355e5c20981f2020',
'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