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

Roll src/third_party/chromite 3e8b031e3e8e..19dd955a0744 (8 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/3e8b031e3e8e..19dd955a0744


git log 3e8b031e3e8e..19dd955a0744 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 allenwebb@google.com usergroup_baseline: Allow homedir for nobody and sshd to be /dev/null.
2019-03-01 seanabraham@chromium.org testingconfig: Purge chromite testingconfig directory
2019-03-01 saklein@chromium.org commandline: Add argument deprecation support.
2019-03-01 dhanyaganesh@chromium.org BuildStore: Redirect GetBuildHistory through BuildStore
2019-03-01 lamontjones@chromium.org signing: Add DumpConfig() and binaries.
2019-03-01 dhanyaganesh@chromium.org HWTestStage: Remove insertion of empty Subsystem message
2019-03-01 saklein@chromium.org Build API: Naming convention changes for clarity.
2019-03-01 vapier@chromium.org dev-install: use new package.installable path


Created with:
  gclient setdep -r src/third_party/chromite@19dd955a0744

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.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel
TBR=chrome-os-gardeners@chromium.org

Change-Id: I4ffecb0933fc8e219f75593be46a5f5a0f4b5663
Reviewed-on: https://chromium-review.googlesource.com/c/1495784Reviewed-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@{#636756}
parent 8141a0d8
...@@ -738,7 +738,7 @@ deps = { ...@@ -738,7 +738,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' + '@' + '3e8b031e3e8eaa96e6ee695d92c8ffe41df531e8', 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '19dd955a0744c3bee658ddbcf3615619d89be1a7',
'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