| Index: build/android/buildbot/bb_run_bot.py
|
| diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
|
| index 245b4cfa4eb2c8c262a5ff655c4b54788151d414..62a2a02ab2783863ce50374007387eca3cc74593 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -286,16 +286,6 @@ def main(argv):
|
| print >> sys.stderr, hostname_stderr
|
| sys.exit(1)
|
|
|
| - # TODO(phajdan.jr): Remove hack for http://crbug.com/378779 .
|
| - if (hostname_stdout == 'build1-a1.perf.chromium.org' or
|
| - os.path.exists('/b/build/slave/Android_Builder__dbg_')):
|
| - if os.path.exists('/b/build/slave/Android_Builder__dbg_378779'):
|
| - print '/b/build/slave/Android_Builder__dbg_378779 exists, skipping'
|
| - else:
|
| - print 'CLEANING UP CHECKOUT DIRECTORY HACK SEE http://crbug.com/378779'
|
| - os.rename('/b/build/slave/Android_Builder__dbg_',
|
| - '/b/build/slave/Android_Builder__dbg_378779')
|
| -
|
| parser = GetRunBotOptParser()
|
| options, args = parser.parse_args(argv[1:])
|
| if args:
|
|
|