Commit 48497d5c authored by Achuith Bhandarkar's avatar Achuith Bhandarkar Committed by Commit Bot

Roll src/third_party/chromite/ 7ed5549cf..3b75c9d82 (51 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/7ed5549cfa7b..3b75c9d82ebf

$ git log 7ed5549cf..3b75c9d82 --date=short --no-merges --format='%ad %ae %s'
2018-03-10 phobbs metrics: Fix DistributionMetric
2018-03-06 dgarrett cbuildbot_run: Adjust GetVersion to use CIDB Id.
2018-03-08 achuith cbuildbot: Generate and upload uploaded.json.
2018-03-08 yunlian cros_setup_toolchain: add elfutils to sdk.
2018-03-06 cmtice chrome_sdk: Disable CFI on SimpleChrome
2018-03-08 ahassani paygen: calculate metadata size after signing
2018-03-08 xiaohuic Add libassistant.so to chrome paths
2018-03-06 cmtice Enable cfi on caroline and terra release builds.
2018-03-05 phobbs metrics: Add Distribution wrapper function
2018-03-09 pprabhu Revert "cros tryjob: Add --json option."
2018-03-09 chrome-bot Update config settings by config-updater.
2018-03-08 dgarrett cros tryjob: Set email_notify property.
2018-03-08 dgarrett cros tryjob: Cleanup tag/properties.
2018-03-07 dgarrett cros tryjob: Add --json option.
2018-03-07 ahassani auto_updater: cros flash starts update_engine
2018-03-07 achuith [chrome_chromeos_lkgm_unittest]: Remove cruft.
2018-03-08 davidriley remote_access: Log reboot checks as DEBUG.
2018-03-08 davidriley auto_updater: Do not warn if quick-provision.log cannot be copied.
2018-03-07 dgarrett cros buildresult: Improve help messages.
2018-03-07 pprabhu chromeos_config: Mark more flaky paladins experimental.
2018-03-07 linben android_stage: Stop using different URL template for master-arc.
2018-03-07 achuith cros_build_lib_unittest: Fix failure in tearDown.
2018-03-06 manojgupta cros_setup_toolchains: Build compiler-rt in armv7m-cros-eabi.
2018-03-07 pprabhu doc: Add more troubleshooting help for moblabvm.
2018-03-07 pprabhu docs: Add instructions for using existing moblabvm workspace.
2018-03-05 pwang commands: Strip arcnext label from board
2018-03-05 xueweiz vm_test_stages: Increase timeout for GCETest.
2018-03-06 pprabhu cbuildbot: Mark whirlwind-paladin experimental.
2018-02-02 ahassani paygen: Run inside chroot
2018-02-02 ahassani paygen: Add InitSDK stage
2018-03-05 pwang betty-vmtest-informational: Fallback to run CtsDeqp
2018-03-01 laszio DebugInfoTest: perform tests based on debug info
2018-03-02 linben Add support for more master-arc-dev builds
2018-03-05 chrome-bot Update config settings by config-updater.
2018-03-03 chrome-bot Update config settings by config-updater.
2018-03-03 chrome-bot Update config settings by config-updater.
2018-03-02 davidriley merge_logs: Additional trimming support.
2018-03-02 shapiroc Revert "Add support for yaml in cbuildbot"
2018-02-27 achuith [chrome_chromeos_lkgm]: Use CQ to land changes.
2018-03-01 yunlian add terra-chrome-pfq builder to experimental.
2018-02-21 bhthompson Remove Sandybridge boards which are deprecated
2017-11-03 dgarrett cbuildbot: Update CIDB selection logic.
2018-02-28 dgarrett cbuildbot_config: Add debug-cidb option.
2018-02-28 dgarrett cbuildbot: Add --debug-cidb.
2018-02-08 ayatane Reland "Move sysmon to vpython"
2018-02-05 bmgordon cbuildbot_launch: Add post-build chroot cleanup stage
2018-02-23 laszio afdo: update the heuristic of profile selection
2018-02-27 briannorris cros tryjob: fixup --help suggestions for paladin names
2018-02-22 achuith [chrome_chromeos_lkgm]: Rename LGTM to LKGM.
2018-02-13 dgarrett commands: Add GenerateDebugTarball unittests.
2018-02-23 laszio afdo: enroll 14 boards to use field profiles

Created with:
  roll-dep src/third_party/chromite

Bug: 762650
Change-Id: I3a8aaca6d850b54605a9e0d323677d0aa70f938c
Reviewed-on: https://chromium-review.googlesource.com/959424Reviewed-by: default avatarGreg Levin <glevin@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542654}
parent c8c4c686
...@@ -316,7 +316,7 @@ deps = { ...@@ -316,7 +316,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' + '@' + '7ed5549cfa7b9f147049a16eb0e9b23d50ebba03', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '3b75c9d82ebf1fc38f6bba91156e626bf9cfae46',
'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