summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/sdktry-git.sh10
-rwxr-xr-xnative_client_sdk/src/sdktry-list.sh14
-rwxr-xr-xnative_client_sdk/src/sdktry.bat12
-rwxr-xr-xnative_client_sdk/src/sdktry.sh10
4 files changed, 0 insertions, 46 deletions
diff --git a/native_client_sdk/src/sdktry-git.sh b/native_client_sdk/src/sdktry-git.sh
deleted file mode 100755
index 272d482..0000000
--- a/native_client_sdk/src/sdktry-git.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2012 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.
-
-# git try wrapper to kick off nacl-sdk try jobs.
-
-readonly script_dir=$(dirname $0)
-git try $* $(${script_dir}/sdktry-list.sh)
diff --git a/native_client_sdk/src/sdktry-list.sh b/native_client_sdk/src/sdktry-list.sh
deleted file mode 100755
index ad5d2cf..0000000
--- a/native_client_sdk/src/sdktry-list.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2012 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.
-
-# Get the list of nacl-sdk try bots.
-
-echo "-b naclsdkm-mac \
- -b naclsdkm-linux \
- -b naclsdkm-pnacl-linux \
- -b naclsdkm-windows32 \
- -b naclsdkm-windows64 \
- -S svn://svn.chromium.org/chrome-try/try-nacl"
diff --git a/native_client_sdk/src/sdktry.bat b/native_client_sdk/src/sdktry.bat
deleted file mode 100755
index dab30a9..0000000
--- a/native_client_sdk/src/sdktry.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-@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-pnacl-linux ^
--b naclsdkm-windows32 -b naclsdkm-windows64 ^
--S svn://svn.chromium.org/chrome-try/try-nacl
diff --git a/native_client_sdk/src/sdktry.sh b/native_client_sdk/src/sdktry.sh
deleted file mode 100755
index 220381d..0000000
--- a/native_client_sdk/src/sdktry.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2012 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.
-
-# gcl wrapper to kick off nacl-sdk try jobs.
-
-readonly script_dir=$(dirname $0)
-gcl try $* $(${script_dir}/sdktry-list.sh)