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

Unified Diff: native_client_sdk/src/build_tools/build_sdk.py

Issue 10414011: [NaCl SDK] Some fixes to update_nacl_manifest.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/build_sdk.py
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
index 7efb156b3acdbf202a7079efd41fdd7473c90da3..0a215eb58b9ae3e9ccc2270354aa5d801f031eb9 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -693,9 +693,9 @@ def main(args):
'checksum': {'sha1': archive_sha1}})
bundle = manifest_util.Bundle('pepper_' + pepper_ver)
bundle.CopyFrom({
- 'revision': clnumber,
+ 'revision': int(clnumber),
'repath': 'pepper_' + pepper_ver,
- 'version': pepper_ver,
+ 'version': int(pepper_ver),
'description': 'Chrome %s bundle, revision %s' % (
pepper_ver, clnumber),
'stability': 'dev',
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/json/naclsdk_manifest2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698