Index: master.nacl.sdk/buildbot.tac |
=================================================================== |
--- master.nacl.sdk/buildbot.tac (revision 67605) |
+++ master.nacl.sdk/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) |
- |