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

Roll src/third_party/chromite da2bdf0382f7..45c7f2def3e9 (10 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/da2bdf0382f7..45c7f2def3e9


git log da2bdf0382f7..45c7f2def3e9 --date=short --no-merges --format='%ad %ae %s'
2019-02-01 bmgordon@chromium.org cros_flash.py: Only require chroot for ssh destination
2019-02-01 cjmcdonald@chromium.org goma_util: Set default goma PLATFORM to 'chromeos' and force update.
2019-02-01 nednguyen@google.com portage_util: Add FindEbuildsForPackages that find ebuilds for many packages
2019-02-01 saklein@chromium.org cros lint: skip generated protobuf files
2019-02-01 lamontjones@chromium.org signing: finish SignImage
2019-02-01 lamontjones@chromium.org kernel_cmdline: Allow searching commandline arg list by string (arg).
2019-02-01 evanhernandez@chromium.org cros_branch_unittest: Add functional test skeleton.
2019-02-01 evanhernandez@chromium.org repo_util: Allow passing --repo_branch to `repo init`.
2019-02-01 evanhernandez@chromium.org cros_branch_unittest: Reinforce test data.
2019-02-01 lannm@chromium.org chromeos_config: Increase full builder timeout to 6 hours


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

The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll

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

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=chrome-os-gardeners@chromium.org

Change-Id: I33aeba9164191720766fdce623e508f63ef79915
Reviewed-on: https://chromium-review.googlesource.com/c/1450733Reviewed-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@{#628535}
parent 093ae54f
...@@ -694,7 +694,7 @@ deps = { ...@@ -694,7 +694,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' + '@' + 'da2bdf0382f7bc60954237f00dbcb01186fe0c50', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '45c7f2def3e9c454ccc988ff3445feb5ddd3d4ba',
'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