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

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

Issue 11228013: [NaCl SDK] Refactor sdk_update*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build_updater Created 8 years, 2 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 | « native_client_sdk/PRESUBMIT.py ('k') | native_client_sdk/src/build_tools/build_updater.py » ('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 13cf633ce4dd5d1140c6cf8b95220f407a4713a1..be7f372aaa884a9eaab885784050f1952570002b 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -786,8 +786,8 @@ def BuildStepTestUpdater(platform, pepper_ver, revision, tarfile):
naclsdk_sh = os.path.join(OUT_DIR, 'nacl_sdk', 'naclsdk')
if platform == 'win':
naclsdk_sh += '.bat'
- buildbot_common.Run([naclsdk_sh, '-U',
- server.GetURL(manifest_name), 'update', 'pepper_' + pepper_ver])
+ buildbot_common.Run([naclsdk_sh, 'update', 'pepper_' + pepper_ver,
+ '-U', server.GetURL(manifest_name), '-v'])
# Return the new pepper directory as the one inside the downloaded SDK.
return os.path.join(OUT_DIR, 'nacl_sdk', 'pepper_' + pepper_ver)
« no previous file with comments | « native_client_sdk/PRESUBMIT.py ('k') | native_client_sdk/src/build_tools/build_updater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698