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

Issue 11421138: [NaCl SDK] update_nacl_manifest: Allow manual updating of a version. (Closed)

Created:
8 years ago by binji
Modified:
8 years ago
Reviewers:
noelallen1, Sam Clegg
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

[NaCl SDK] update_nacl_manifest: Allow manual updating of a version. * New argument --bundle-version, can be passed multiple times. The updater will use the version passed in. * The updater won't upload a manifest if it hasn't changed. * The updater won't rollback a bundle (i.e. if the automatically determined revision is older, it will keep the current bundle). * Switch --dryrun to use difflib instead of system diff. * Add equality testing for manifest_util.SDKManifest. It already existed for Bundles. BUG=none R=sbc@chromium.org TBR=noelallen@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170500

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -33 lines) Patch
M native_client_sdk/src/build_tools/manifest_util.py View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M native_client_sdk/src/build_tools/tests/test_update_nacl_manifest.py View 1 2 7 chunks +58 lines, -5 lines 0 comments Download
M native_client_sdk/src/build_tools/update_nacl_manifest.py View 14 chunks +118 lines, -28 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
binji
8 years ago (2012-11-29 00:32:35 UTC) #1
Sam Clegg
lgtm https://codereview.chromium.org/11421138/diff/2001/native_client_sdk/src/build_tools/manifest_util.py File native_client_sdk/src/build_tools/manifest_util.py (right): https://codereview.chromium.org/11421138/diff/2001/native_client_sdk/src/build_tools/manifest_util.py#newcode554 native_client_sdk/src/build_tools/manifest_util.py:554: other_bundle_names = set([b.name for b in other.GetBundles()]) You ...
8 years ago (2012-11-29 19:39:10 UTC) #2
binji
https://codereview.chromium.org/11421138/diff/2001/native_client_sdk/src/build_tools/manifest_util.py File native_client_sdk/src/build_tools/manifest_util.py (right): https://codereview.chromium.org/11421138/diff/2001/native_client_sdk/src/build_tools/manifest_util.py#newcode554 native_client_sdk/src/build_tools/manifest_util.py:554: other_bundle_names = set([b.name for b in other.GetBundles()]) On 2012/11/29 ...
8 years ago (2012-11-30 18:55:00 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years ago (2012-11-30 18:55:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/binji@chromium.org/11421138/6002
8 years ago (2012-11-30 18:59:11 UTC) #5
commit-bot: I haz the power
8 years ago (2012-11-30 19:00:26 UTC) #6
Message was sent while issue was closed.
Change committed as 170500

Powered by Google App Engine
This is Rietveld 408576698