Chromium Code Reviews| Index: masters/master.client.nacl.sdk.mono/buildbot.tac |
| diff --git a/masters/master.client.nacl.sdk.mono/buildbot.tac b/masters/master.client.nacl.sdk.mono/buildbot.tac |
| index ac7497c10af71b754df8918ea3750bb8fb906cd8..f4bca882aa56313fac4a819fc4bea76edf18b2f9 100644 |
| --- a/masters/master.client.nacl.sdk.mono/buildbot.tac |
| +++ b/masters/master.client.nacl.sdk.mono/buildbot.tac |
| @@ -1,11 +1,11 @@ |
| -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) |
| - |
| +import os |
| + |
| +from twisted.application import service |
|
ghost stip (do not use)
2015/03/24 23:58:15
I think this master has been deleted, so you'll li
|
| +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) |
| + |