Commit 640cfd4b authored by binji@chromium.org's avatar binji@chromium.org

[NaCl SDK] Remove old sdktry* scripts.

BUG=none
TBR=noelallen@chromium.org
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/11185016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162283 0039d316-1c4b-4281-b951-d872f2087c98
parent b9c0ab70
#!/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)
#!/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"
@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
#!/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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment