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

Roll src/third_party/chromite f785fd673b20..3a40e8fef8c7 (10 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/f785fd673b20..3a40e8fef8c7

git log f785fd673b20..3a40e8fef8c7 --date=short --first-parent --format='%ad %ae %s'
2019-12-21 gbiv@google.com build_stages: stop explicitly specifying afdo_use
2019-12-20 wbbradley@chromium.org contrib: add script to show package phase timings
2019-12-20 saklein@chromium.org Build API: Parse known CLI args
2019-12-20 valleau@chromium.org licensing: create exemption for empty printing packages
2019-12-20 valleau@chromium.org licensing: Updating 'entry' template to include id in entry span
2019-12-20 vapier@chromium.org cros_build_lib.run: clean up redirect_std{err,out}->std{err,out} migration
2019-12-20 vapier@chromium.org cros_build_lib: RunCommand: deprecate it
2019-12-20 mmortensen@google.com Generate CPE output file using cros_extract_deps' output flag.
2019-12-20 mmortensen@google.com Update query_build_logs  to show substring around the regex match.
2019-12-20 kinaba@google.com Remove veyron_mighty from Android NYC PFQ.

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

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: I64b08e1c0173c4e74215f8bd3ab8af74607497e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980789Reviewed-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@{#727170}
parent 249c41ef
...@@ -864,7 +864,7 @@ deps = { ...@@ -864,7 +864,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' + '@' + 'f785fd673b20f7053d57781e85aa811f1bfccdb6', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '3a40e8fef8c7ca9eddc316b97191f4722c8078db',
'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