| Index: build/masters/master.chromium.perf_av/buildbot.tac
|
| ===================================================================
|
| --- build/masters/master.chromium.perf_av/buildbot.tac (revision 240935)
|
| +++ build/masters/master.chromium.perf_av/buildbot.tac (working copy)
|
| @@ -1,11 +0,0 @@
|
| -import os
|
| -
|
| -from twisted.application import service
|
| -from buildbot.master import BuildMaster
|
| -
|
| -basedir = os.path.dirname(os.path.abspath(__file__))
|
| -configfile = r'master.cfg'
|
| -
|
| -application = service.Application('buildmaster')
|
| -BuildMaster(basedir, configfile).setServiceParent(application)
|
| -
|
|
|