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