Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 970573002: Move writing adb keys into the wipe. (Closed)

Created:
5 years, 9 months ago by navabi
Modified:
5 years, 9 months ago
Reviewers:
friedman, jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move writing adb keys into the wipe. This will allow the caller to specify an argument to adb public keys to be written to the device (along with any existing keys already on the device) during wiping. BUG= Committed: https://crrev.com/89f0fd6d122773f9375e0ab243f95dbb99bacd4e Cr-Commit-Position: refs/heads/master@{#318717}

Patch Set 1 #

Patch Set 2 : Use --adb-keys-file argument only when wiping. #

Total comments: 4

Patch Set 3 : Addressed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -14 lines) Patch
M build/android/provision_devices.py View 1 2 3 chunks +12 lines, -14 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
navabi
Both John and Elliot expressed concern about the previous implementation. So I changed it so ...
5 years, 9 months ago (2015-02-28 19:09:18 UTC) #2
jbudorick
lgtm w/ nits https://codereview.chromium.org/970573002/diff/20001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/970573002/diff/20001/build/android/provision_devices.py#newcode143 build/android/provision_devices.py:143: as_root=True).rstrip('\n').split('\n') nit: just do device.ReadFile(...).splitlines() https://codereview.chromium.org/970573002/diff/20001/build/android/provision_devices.py#newcode148 ...
5 years, 9 months ago (2015-03-02 16:13:00 UTC) #3
navabi
https://codereview.chromium.org/970573002/diff/20001/build/android/provision_devices.py File build/android/provision_devices.py (right): https://codereview.chromium.org/970573002/diff/20001/build/android/provision_devices.py#newcode143 build/android/provision_devices.py:143: as_root=True).rstrip('\n').split('\n') On 2015/03/02 16:13:00, jbudorick wrote: > nit: just ...
5 years, 9 months ago (2015-03-02 16:36:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/970573002/40001
5 years, 9 months ago (2015-03-02 16:38:12 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-02 17:39:11 UTC) #8
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 17:39:47 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/89f0fd6d122773f9375e0ab243f95dbb99bacd4e
Cr-Commit-Position: refs/heads/master@{#318717}

Powered by Google App Engine
This is Rietveld 408576698