Index: build/android/buildbot_try_builder.sh |
diff --git a/build/android/buildbot_try_builder.sh b/build/android/buildbot_try_builder.sh |
deleted file mode 100755 |
index 170a42302aa013f6af7d086a4598159621d3bc18..0000000000000000000000000000000000000000 |
--- a/build/android/buildbot_try_builder.sh |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-#!/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. |
- |
-# Temporary placeholders to call new buildbot script locations until |
-# buildbot master config can be pointed to new location. |
- |
-exec $(dirname $0)/buildbot/bb_try_builder.sh "$@" |