Commit 8e6d2ea6 authored by Qiang Xu's avatar Qiang Xu Committed by Commit Bot

Roll src/third_party/chromite/ 61a24395b..370839fe5 (40 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/61a24395b7c1..370839fe525e

$ git log 61a24395b..370839fe5 --date=short --no-merges --format='%ad %ae %s'
2017-10-19 dgarrett config_lib: Add 'debug' build config value.
2017-10-27 yueherngl chromeos_config.py: excluding autotest-all from firmware
2017-10-26 yunlian Disable USE=thinlto for profile collecting boards.
2017-10-27 akeshet chromeos_config: mark wizpig, reef, reef-uni experimental
2017-10-27 akeshet chromeos_config: add a disjointness check to paladin board sets
2017-10-05 phobbs merge_logs: Add filename trimming
2017-10-05 phobbs merge_logs: Make more robust to missing logs
2017-10-27 akeshet summarize_build_stats: use nicer pcon queries
2017-10-24 cywang Add support for sending payloads in parallel for reimaging
2017-10-19 pgeorgi portage_util: uprev when subdirs_to_rev is set and -9999 ebuild changed
2017-10-26 laszio afdo: workaround the use flag dependency problem
2017-10-26 armax lassen: fix chromite to exclude simple chrome setup.
2017-10-25 perley image_test: Add homedir exception for dhcp user
2017-10-25 rahulchaudhry cros_setup_toolchains: enable aarch64-cros-linux-gnu/go binary packages.
2017-10-25 vapier image_test: fix error handling with new bad users
2017-10-25 rahulchaudhry cros_setup_toolchains: enable Go cross compiler for aarch64-cros-linux-gnu toolchain.
2017-10-25 laszio kernel_afdo: cast chrome_version to int
2017-10-25 chrome-bot Update config settings by config-updater.
2017-10-24 jkop Replace buildbucket assert with short-circuit.
2017-10-19 dgarrett cbuildbot: Adjust command line parsing for a single build_config.
2017-10-24 vapier image_test: allow multiple shells for root/chronos users
2017-10-18 pprabhu cidb: Fix integration test case failure mode.
2017-10-18 pprabhu 'cros moblabvm create' gains --source-vm-images flag.
2017-10-23 vapier auto_updater: change /var/run paths to /run
2017-10-23 dhaddock [chromite] Error out if the devserver is dead when we try to get hostlog.
2017-10-23 benchan Add 'cros-disks' user to 'avfs' group in usergroup_baseline.py
2017-10-24 chrome-bot Update config settings by config-updater.
2017-10-24 dhaddock Revert "remote_access: enforce shell=True on shell commands"
2017-10-24 dhaddock Revert "deploy_chrome: convert umount logic away from shell=True"
2017-10-19 derat chromite: Improve TastVMTestStage error handling.
2017-09-27 deanliao [cros bisect] Continue bisect when autotest returns error.
2017-10-23 ayatane cbuildbot: Move provision suite from auron to auron_paine
2017-09-22 nxia clactions: include buildbucket_id in GetCLPreCQProgress return value.
2017-10-11 nxia Insert build_requests for retried builds.
2017-09-26 nxia Insert scheduled CQ slaves into buildRequestTable.
2017-10-20 laszio autofdo: try new profiles on falco and peppy when building Chrome
2017-10-23 laszio afdo: switch to text format
2017-10-13 nxia cidb: Fix buildRequestTable build_request_reason typo.
2017-10-17 vapier cros_setup_toolchains: switch to virtual post cross packages fully
2017-10-17 jorgelo Add user/group test to ImageTest.

Created with:
  roll-dep src/third_party/chromite

R=stevenjb@chromium.org
Bug=762650

Change-Id: Iec36099169b6f33e8a3b13115b174e64eeee894c
Reviewed-on: https://chromium-review.googlesource.com/746044Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Qiang(Joe) Xu <warx@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512876}
parent cdde9cc2
...@@ -261,7 +261,7 @@ deps = { ...@@ -261,7 +261,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' + '@' + '61a24395b7c197fe15a21758bd1bbbaf05d4bd49', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '370839fe525e79fe84ceb71147661953e632fabd',
'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