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

Issue 4825004: crosutils: move image_common.sh to lib/cros_image_common.sh (Closed)

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

Description

crosutils: move image_common.sh to lib/cros_image_common.sh The team is moving utility/library scripts into 'lib' folder. image_common.sh should follow this policy. Also refined the parameter check of mk_memento_images.sh BUG=chromium-os:5208 TEST=./make_factory_package.sh --factory PATH_TO_FACTORY --release PATH_TO_RELEASE; # factory bundle created successfully ./mk_memento_images.sh PATH_TO_PART2 PATH_TO_PART3 # update.gz created successfully ./mk_memento_images.sh PATH_TO_IMGE 2 3 # update.gz created successfully Change-Id: I3afecf05da2832986723f28b595045d0540ea9e9 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=bcc60b6

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove the extra path check. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
A + lib/cros_image_common.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
M make_factory_package.sh View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mk_memento_images.sh View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hung-Te
10 years, 1 month ago (2010-11-12 19:36:05 UTC) #1
sosa
LGTM w/ nit http://codereview.chromium.org/4825004/diff/1/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/4825004/diff/1/make_factory_package.sh#newcode23 make_factory_package.sh:23: [ -f "$LIB_CROS_IMAGE_COMMON" ] || Why ...
10 years, 1 month ago (2010-11-12 19:42:02 UTC) #2
Hung-Te
http://codereview.chromium.org/4825004/diff/1/make_factory_package.sh File make_factory_package.sh (right): http://codereview.chromium.org/4825004/diff/1/make_factory_package.sh#newcode23 make_factory_package.sh:23: [ -f "$LIB_CROS_IMAGE_COMMON" ] || There's some plan to ...
10 years, 1 month ago (2010-11-12 19:56:25 UTC) #3
Hung-Te
Removed the extra path trial. (die is not available in mk_memento_images.sh because it does not ...
10 years, 1 month ago (2010-11-12 20:07:07 UTC) #4
sosa
10 years, 1 month ago (2010-11-12 20:19:12 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698