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

Issue 4006003: Adding append to make_factory_package (Closed)

Created:
10 years, 2 months ago by krisr
Modified:
9 years, 7 months ago
Reviewers:
Hung-Te, Nick Sanders
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Adding append to make_factory_package Change-Id: I37f0c93d1285c27731b58a977b91aa85f4fb2e63 BUG=7115 TEST= Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=d07981d

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -11 lines) Patch
M make_factory_package.sh View 4 chunks +27 lines, -11 lines 10 comments Download

Messages

Total messages: 3 (0 generated)
krisr
10 years, 2 months ago (2010-10-21 19:45:46 UTC) #1
Hung-Te
http://codereview.chromium.org/4006003/diff/1/2 File make_factory_package.sh (right): http://codereview.chromium.org/4006003/diff/1/2#newcode59 make_factory_package.sh:59: if [ ! -z "${FLAGS_subfolder}" ] ; then "! ...
10 years, 2 months ago (2010-10-22 09:18:12 UTC) #2
Nick Sanders
10 years, 2 months ago (2010-10-22 18:06:08 UTC) #3
lgtm w/ Hungte's style changes and more commenting.

http://codereview.chromium.org/4006003/diff/1/2
File make_factory_package.sh (right):

http://codereview.chromium.org/4006003/diff/1/2#newcode31
make_factory_package.sh:31: DEFINE_string subfolder "" \
Can you add a comment somewhere in the file that mentions that you can only add
new subfolders, since the old configs will remain, and they must have different
board-ids.

http://codereview.chromium.org/4006003/diff/1/2#newcode165
make_factory_package.sh:165: sed '$d' < ${OMAHA_DIR}/miniomaha.conf >
${OMAHA_DIR}/miniomaha_tmp.conf
Can you also comment that this is deleting the last line, which is the closing
curly brace in the config.

http://codereview.chromium.org/4006003/diff/1/2#newcode174
make_factory_package.sh:174: 'factory_image': '"$subfolder"rootfs-test.gz',
Can you add curly braces around ${subfolder}

Powered by Google App Engine
This is Rietveld 408576698