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

Issue 1596016: Dev server: Support image hosting for factory install. (Closed)

Created:
10 years, 8 months ago by adlr
Modified:
9 years ago
Reviewers:
rginda, rtc
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Dev server: Support image hosting for factory install. Adds two new command-line options to the dev server: --factory_config <filename>: If set, images will be returned according to the configuration set in the filename. The format of this is documented by example in sample_factory_server.conf. --validate_factory_config: If this is set along w/ the previous option, the checksums in the factory config will be verified.

Patch Set 1 #

Total comments: 16

Patch Set 2 : fixes for review #

Patch Set 3 : support state,oem partitions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -9 lines) Patch
M src/platform/dev/autoupdate.py View 1 2 4 chunks +84 lines, -3 lines 0 comments Download
M src/platform/dev/devserver.py View 1 3 chunks +22 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
adlr
10 years, 8 months ago (2010-04-08 04:12:14 UTC) #1
adlr
10 years, 8 months ago (2010-04-09 04:13:10 UTC) #2
rtc
Here's some quick comments. I'll take a closer look shortly. http://codereview.chromium.org/1596016/diff/1/2 File src/platform/dev/autoupdate.py (right): http://codereview.chromium.org/1596016/diff/1/2#newcode9 ...
10 years, 8 months ago (2010-04-09 06:05:55 UTC) #3
rginda
http://codereview.chromium.org/1596016/diff/1/2 File src/platform/dev/autoupdate.py (right): http://codereview.chromium.org/1596016/diff/1/2#newcode134 src/platform/dev/autoupdate.py:134: def ImportFactorConfigFile(self, filename, validate_checksums=False): Also Also, the Python style ...
10 years, 8 months ago (2010-04-09 18:23:17 UTC) #4
adlr
please take another look. thanks! http://codereview.chromium.org/1596016/diff/1/2 File src/platform/dev/autoupdate.py (right): http://codereview.chromium.org/1596016/diff/1/2#newcode9 src/platform/dev/autoupdate.py:9: import sys On 2010/04/09 ...
10 years, 8 months ago (2010-04-09 23:38:19 UTC) #5
rginda
10 years, 8 months ago (2010-04-12 18:16:25 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698