diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 22:24:47 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 22:24:47 +0000 |
commit | 60c26791b6f749a2292367e33e66922b7a049f2e (patch) | |
tree | 9654ac9487af63858b1942917ee0e946111164d3 /native_client_sdk | |
parent | 789759bb8fe7a6dc6fa873fc33df698458ee3beb (diff) | |
download | chromium_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-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. """ |