diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 19:23:26 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-23 19:23:26 +0000 |
commit | 7de00b2456fe566ed86da0543dceda3204110148 (patch) | |
tree | a60e24d31df7935c59b03f593a478a51a5e22af3 /native_client_sdk | |
parent | e924968c0e87e63b1a32fcde9f2b952c090f0379 (diff) | |
download | chromium_src-7de00b2456fe566ed86da0543dceda3204110148.zip chromium_src-7de00b2456fe566ed86da0543dceda3204110148.tar.gz chromium_src-7de00b2456fe566ed86da0543dceda3204110148.tar.bz2 |
Turn off building the updater by default until we have a way to
do it on the windows SDK bots.
R=bradnelson@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9837051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-x | native_client_sdk/src/build_tools/build_sdk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py index f781fcb..01a5272 100755 --- a/native_client_sdk/src/build_tools/build_sdk.py +++ b/native_client_sdk/src/build_tools/build_sdk.py @@ -481,7 +481,7 @@ def main(args): if options.examples: skip_examples = False - if options.update: skip_update = False + skip_update = not options.update if options.archive and (options.examples or options.skip_tar): parser.error('Incompatible arguments with archive.') |