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

Issue 651079: Rework DEFAULT_FROM due to dependence on FLAGS_board. (Closed)

Created:
10 years, 10 months ago by djmm
Modified:
9 years, 7 months ago
Reviewers:
tedbo, adlr
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Rework DEFAULT_FROM due to dependence on FLAGS_board. Exit out if FLAGS_from doesn't exist. Use FLAGS_from in place of DEFAULT_from later on.

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixarc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M src/scripts/archive_build.sh View 1 3 chunks +18 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
djmm
10 years, 10 months ago (2010-02-19 23:27:00 UTC) #1
tedbo
LGTM Thanks.
10 years, 10 months ago (2010-02-19 23:53:58 UTC) #2
adlr
10 years, 10 months ago (2010-02-19 23:54:13 UTC) #3
LGTM w/ minor comments

http://codereview.chromium.org/651079/diff/1/2
File src/scripts/archive_build.sh (right):

http://codereview.chromium.org/651079/diff/1/2#newcode19
src/scripts/archive_build.sh:19: DEFAULT_FROM="${IMAGES_DIR}/$DEFAULT_BOARD/$(ls
-t1 $IMAGES_DIR/$DEFAULT_BOARD 2>&-| head -1)"
80 char wrap. a good place might be inside the $()

http://codereview.chromium.org/651079/diff/1/2#newcode41
src/scripts/archive_build.sh:41: FLAGS_from="${IMAGES_DIR}/$FLAGS_board/$(ls -t1
$IMAGES_DIR/$FLAGS_board 2>&-| head -1)"
80 cols

Powered by Google App Engine
This is Rietveld 408576698