diff options
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-x | native_client_sdk/src/build_tools/buildbot_run.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/native_client_sdk/src/build_tools/buildbot_run.py b/native_client_sdk/src/build_tools/buildbot_run.py index 6b8024a..294242b 100755 --- a/native_client_sdk/src/build_tools/buildbot_run.py +++ b/native_client_sdk/src/build_tools/buildbot_run.py @@ -3,12 +3,9 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -"""Entry point for both build and try bots +"""THIS SCRIPT IS DEPRECATED AND WILL SOON BE REMOVED. -This script is invoked from XXX, usually without arguments. - -To determin which commands to run, the script inspects the environment: - BUILDBOT_BUILDERNAME +Edit tools/build/scripts/slave/chromium/nacl_sdk_buildbot_run.py instead. """ |