summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnative_client_sdk/src/build_tools/json/upload.sh1
-rwxr-xr-x[-rw-r--r--]native_client_sdk/src/sdktry.bat22
2 files changed, 12 insertions, 11 deletions
diff --git a/native_client_sdk/src/build_tools/json/upload.sh b/native_client_sdk/src/build_tools/json/upload.sh
index 36f8339..7246812 100755
--- a/native_client_sdk/src/build_tools/json/upload.sh
+++ b/native_client_sdk/src/build_tools/json/upload.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
echo DEPRECATED gsutil -h "Cache-Control: no-cache" cp -a public-read naclsdk_manifest.json gs://nativeclient-mirror/nacl/nacl_sdk/naclsdk_manifest.json
gsutil -h "Cache-Control: no-cache" cp -a public-read naclsdk_manifest0.json gs://nativeclient-mirror/nacl/nacl_sdk/naclsdk_manifest0.json
gsutil -h "Cache-Control: no-cache" cp -a public-read naclsdk_manifest2.json gs://nativeclient-mirror/nacl/nacl_sdk/naclsdk_manifest2.json
diff --git a/native_client_sdk/src/sdktry.bat b/native_client_sdk/src/sdktry.bat
index d16b1d8..b348e10 100644..100755
--- a/native_client_sdk/src/sdktry.bat
+++ b/native_client_sdk/src/sdktry.bat
@@ -1,12 +1,12 @@
-@echo off
-
-:: Copyright (c) 2012 The The Chromium Authors. All rights reserved.
-:: Use of this source code is governed by a BSD-style license that can be
-:: found in the LICENSE file.
-
-setlocal
-
-:: TODO(noelallen) Share list with POSIX
-gcl try %* -b naclsdkm-mac -b naclsdkm-linux -b naclsdkm-linux ^
--b naclsdkm-pnacl-linux -b naclsdkm-pnacl-mac -b naclsdkm-windows32 ^
+@echo off
+
+:: Copyright (c) 2012 The The Chromium Authors. All rights reserved.
+:: Use of this source code is governed by a BSD-style license that can be
+:: found in the LICENSE file.
+
+setlocal
+
+:: TODO(noelallen) Share list with POSIX
+gcl try %* -b naclsdkm-mac -b naclsdkm-linux -b naclsdkm-linux ^
+-b naclsdkm-pnacl-linux -b naclsdkm-pnacl-mac -b naclsdkm-windows32 ^
-b naclsdkm-windows64 -S svn://svn.chromium.org/chrome-try/try-nacl \ No newline at end of file