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

Issue 3273011: fix sign_to_ssd (Closed)

Created:
10 years, 3 months ago by Nick Sanders
Modified:
9 years, 7 months ago
Reviewers:
gauravsh
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa, Tan Gao
Visibility:
Public.

Description

fix sign_to_ssd Change-Id: If642d664163f36b79e3b6d845de0025cc3dc0372 BUG=6264 TEST="resign an image"

Patch Set 1 #

Patch Set 2 : add error checking #

Total comments: 4

Patch Set 3 : feedback from codereview #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -19 lines) Patch
M bin/cros_sign_to_ssd View 1 2 1 chunk +33 lines, -19 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Nick Sanders
changed to point at new tool
10 years, 3 months ago (2010-08-31 06:19:40 UTC) #1
gauravsh
LGTM http://codereview.chromium.org/3273011/diff/2001/3001 File bin/cros_sign_to_ssd (right): http://codereview.chromium.org/3273011/diff/2001/3001#newcode48 bin/cros_sign_to_ssd:48: if [ ! -d "$VBOOT_DIR" ]; then nit: ...
10 years, 3 months ago (2010-08-31 18:21:50 UTC) #2
Nick Sanders
10 years, 3 months ago (2010-09-01 06:02:58 UTC) #3
http://codereview.chromium.org/3273011/diff/2001/3001
File bin/cros_sign_to_ssd (right):

http://codereview.chromium.org/3273011/diff/2001/3001#newcode48
bin/cros_sign_to_ssd:48: if [ ! -d "$VBOOT_DIR" ]; then
On 2010/08/31 18:21:50, gauravsh wrote:
> nit: for consistency with other scripts, all var names must have { } curly
> braces around them. So ${VBOOT_DIR}. So on for the rest of the script.

Done.

http://codereview.chromium.org/3273011/diff/2001/3001#newcode52
bin/cros_sign_to_ssd:52: TMP_IMAGE=/tmp/image.bin
On 2010/08/31 18:21:50, gauravsh wrote:
> not a part of the CL, but you should use mktemp to create a temp file to
prevent
> name conflicts

Done.

Powered by Google App Engine
This is Rietveld 408576698