Bind PBChangeSource() to localhost, any requests will come in via ssh or the local machine anyway.

Originally committed to SVN as r5095.
This commit is contained in:
Amar Takhar 2011-01-02 03:53:36 +00:00
parent 6da7e1a4da
commit 85b577f25e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ c['buildbotURL'] = "http://buildbot.aegisub.org/"
# Used for accepting wchange notifications (svn-commit-hook) _and_ try attempts.
from buildbot.changes.pb import PBChangeSource
c['change_source'] = PBChangeSource()
c['change_source'] = PBChangeSource(port="tcp:9900:interface=127.0.0.1")
####################################
# Check if a file is worth a rebuild