diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 16:19:06 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 16:19:06 +0000 |
commit | 4ef0e94ed7c1c49d97d23721ee034bc7d5ed780c (patch) | |
tree | 40575bb1c814d6a3f97722d46294c01e29d6b8bc /native_client_sdk/src/build_tools/json | |
parent | ccb5af45053cb865780329789f7453be529483f8 (diff) | |
download | chromium_src-4ef0e94ed7c1c49d97d23721ee034bc7d5ed780c.zip chromium_src-4ef0e94ed7c1c49d97d23721ee034bc7d5ed780c.tar.gz chromium_src-4ef0e94ed7c1c49d97d23721ee034bc7d5ed780c.tar.bz2 |
[NaCl SDK] update_nacl_manifest updates canary to the latest available bundle.
Also switch bionic_canary over to being updated automatically.
pepper_canary used to update based on the Chrome canary version, but that often
prevents pepper_canary from updating as quickly. It also is unlikely that a
newer pepper_canary than Chrome canary will cause any issues.
This change makes pepper_canary (and bionic_canary) update based solely on which
bundles are available in the cloud storage bucket.
BUG=none
R=sbc@chromium.org
TEST=update_nacl_manifest_test.py
Review URL: https://codereview.chromium.org/340243002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/build_tools/json')
-rw-r--r-- | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json index 7f1076e..b867230 100644 --- a/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json +++ b/native_client_sdk/src/build_tools/json/naclsdk_manifest2.json @@ -365,23 +365,14 @@ "version": 0 }, { - "archives": [ - { - "checksum": { - "sha1": "9f6a8fc33df9cfc2b48dc6f017e9de01efd546b9" - }, - "host_os": "linux", - "size": 399561504, - "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.277747/naclsdk_bionic.tar.bz2" - } - ], + "archives": [], "description": "Bionic Canary", "name": "bionic_canary", "recommended": "no", - "repath": "pepper_37", - "revision": 277747, + "repath": "", + "revision": 0, "stability": "canary", - "version": 37 + "version": 0 } ], "manifest_version": 2 |