michael@0: #!/bin/bash michael@0: # Copyright (c) 2012 The Chromium Authors. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: michael@0: # Temporary placeholders to call new buildbot script locations until michael@0: # buildbot master config can be pointed to new location. michael@0: michael@0: exec $(dirname $0)/buildbot/bb_fyi_builder.sh "$@"