summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-29 22:24:47 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-29 22:24:47 +0000
commit60c26791b6f749a2292367e33e66922b7a049f2e (patch)
tree9654ac9487af63858b1942917ee0e946111164d3 /native_client_sdk
parent789759bb8fe7a6dc6fa873fc33df698458ee3beb (diff)
downloadchromium_src-60c26791b6f749a2292367e33e66922b7a049f2e.zip
chromium_src-60c26791b6f749a2292367e33e66922b7a049f2e.tar.gz
chromium_src-60c26791b6f749a2292367e33e66922b7a049f2e.tar.bz2
Remove all uses of src/native_client_sdk/src/build_tools/buildbot_run.py.
The script will be removed once the appropriate NaCl masters have been restarted. Review URL: https://chromiumcodereview.appspot.com/10453065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/buildbot_run.py7
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.
"""