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

Unified Diff: native_client_sdk/src/build_tools/sdk_tools/update_manifest.py

Issue 8801030: Fixed update_manifest to correctly accept format: pepper -b .. -B ..... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/tests/naclsdk_manifest_test.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/sdk_tools/update_manifest.py
diff --git a/native_client_sdk/src/build_tools/sdk_tools/update_manifest.py b/native_client_sdk/src/build_tools/sdk_tools/update_manifest.py
index 8d8d0dff4918ed33c498783e3aebec617f578e3c..d020e0a226b7c23235e772a2b449c8978d7ce297 100755
--- a/native_client_sdk/src/build_tools/sdk_tools/update_manifest.py
+++ b/native_client_sdk/src/build_tools/sdk_tools/update_manifest.py
@@ -272,6 +272,8 @@ class UpdateSDKManifestFile(sdk_update.SDKManifestFile):
raise Error('Need to specify a bundle version')
if options.bundle_revision is None:
raise Error('Need to specify a bundle revision')
+ if options.bundle_name == 'pepper':
+ self.options.bundle_name = 'pepper_%s' % options.bundle_version
if options.desc is None:
options.desc = ('Chrome %s bundle, revision %s' %
(options.bundle_version, options.bundle_revision))
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/tests/naclsdk_manifest_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698