From 4ef0e94ed7c1c49d97d23721ee034bc7d5ed780c Mon Sep 17 00:00:00 2001 From: "binji@chromium.org" Date: Thu, 19 Jun 2014 16:19:06 +0000 Subject: [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 --- .../src/build_tools/json/naclsdk_manifest2.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'native_client_sdk/src/build_tools/json') 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 -- cgit v1.1