OLD | NEW |
---|---|
(Empty) | |
1 #!/bin/bash | |
2 | |
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
4 # Use of this source code is governed by a BSD-style license that can be | |
5 # found in the LICENSE file. | |
6 | |
7 # Get the list of nacl-sdk try bots. | |
8 | |
9 echo "-b naclsdkm-mac \ | |
10 -b naclsdkm-linux \ | |
11 -b naclsdkm-pnacl-linux \ | |
12 -b naclsdkm-windows32 \ | |
13 -b naclsdkm-windows64 \ | |
14 -S svn://svn.chromium.org/chrome-try/try-nacl" | |
OLD | NEW |