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

Issue 2873082: generate_update_payload script: script to generate full/delta update payloads (Closed)

Created:
10 years, 4 months ago by adlr
Modified:
9 years ago
Reviewers:
petkov, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, sosa
Base URL:
ssh://git@chromiumos-git/crosutils.git
Visibility:
Public.

Description

generate_update_payload script: script to generate full/delta update payloads This script wraps the old memento udpate generator and the new delta updater. It will also generate new-style full updates soon, which are full updates that use the delta-update format, when that code is ready. BUG=5248 TEST=ran local script to do full/delta update

Patch Set 1 #

Total comments: 33

Patch Set 2 : fixes for review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -0 lines) Patch
A cros_generate_update_payload View 1 chunk +179 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
adlr
10 years, 4 months ago (2010-07-30 03:58:29 UTC) #1
petkov
I think there's a relatively new convention to prefix new build related scripts with cros_ ...
10 years, 4 months ago (2010-07-30 05:02:11 UTC) #2
petkov
http://codereview.chromium.org/2873082/diff/1/2 File generate_update_payload (right): http://codereview.chromium.org/2873082/diff/1/2#newcode80 generate_update_payload:80: if [ "$1" = "" ]; then On 2010/07/30 ...
10 years, 4 months ago (2010-07-30 06:31:11 UTC) #3
adlr
PTAL http://codereview.chromium.org/2873082/diff/1/2 File generate_update_payload (right): http://codereview.chromium.org/2873082/diff/1/2#newcode3 generate_update_payload:3: # Copyright (c) 2009 The Chromium OS Authors. ...
10 years, 4 months ago (2010-08-06 04:01:34 UTC) #4
anush
Thanks for the change to cros_* . Could we also put it in the crosutils.git:bin/ ...
10 years, 4 months ago (2010-08-06 04:34:16 UTC) #5
petkov
LGTM w/ a nit. http://codereview.chromium.org/2873082/diff/6001/7001 File cros_generate_update_payload (right): http://codereview.chromium.org/2873082/diff/6001/7001#newcode82 cros_generate_update_payload:82: if [ -z "$STATE_LOOP_DEV" ]; ...
10 years, 4 months ago (2010-08-06 06:53:00 UTC) #6
adlr
10 years, 4 months ago (2010-08-09 22:55:28 UTC) #7
thanks. fixed and pushed

Powered by Google App Engine
This is Rietveld 408576698