Skip to content

Commit

Permalink
Merge pull request #300 from bdbaddog/fix_bb_script_1
Browse files Browse the repository at this point in the history
Changed default port to connect to PBChangeListener to 9999
  • Loading branch information
tomprince committed Jan 17, 2012
2 parents 3fbea2a + 3387577 commit 1fc3877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/contrib/bitbucket_buildbot.py
Expand Up @@ -103,6 +103,7 @@ def process_change(self, payload):
factory = pb.PBClientFactory()
deferred = factory.login(credentials.UsernamePassword("change",
"changepw"))
logging.debug('Trying to connect to: %s:%d'%(host,port))
reactor.connectTCP(host, port, factory)
deferred.addErrback(self.connectFailed)
deferred.addCallback(self.connected, changes)
Expand Down

0 comments on commit 1fc3877

Please sign in to comment.