| Index: masters/master.client.skia.fyi/buildbot.tac
|
| diff --git a/masters/master.client.skia.fyi/buildbot.tac b/masters/master.client.skia.fyi/buildbot.tac
|
| deleted file mode 100644
|
| index f4bca882aa56313fac4a819fc4bea76edf18b2f9..0000000000000000000000000000000000000000
|
| --- a/masters/master.client.skia.fyi/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)
|
| -
|
|
|