| Index: masters/master.tryserver.chromium.gpu/buildbot.tac
|
| diff --git a/masters/master.tryserver.chromium.gpu/buildbot.tac b/masters/master.tryserver.chromium.gpu/buildbot.tac
|
| deleted file mode 100644
|
| index ac7497c10af71b754df8918ea3750bb8fb906cd8..0000000000000000000000000000000000000000
|
| --- a/masters/master.tryserver.chromium.gpu/buildbot.tac
|
| +++ /dev/null
|
| @@ -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)
|
| -
|
|
|