예제 #1
0
파일: pb.py 프로젝트: BeiNanWoo/buildbot
 def startedConnecting(self, connector):
     log.msg("Connecting to %s:%s" % (self.buildmaster_host, self.port))
     ReconnectingPBClientFactory.startedConnecting(self, connector)
     self.connector = connector
예제 #2
0
파일: pb.py 프로젝트: mlyszczek/builder-br
 def startedConnecting(self, connector):
     log.msg("Connecting to {0}:{1}".format(self.buildmaster_host,
                                            self.port))
     ReconnectingPBClientFactory.startedConnecting(self, connector)
     self.connector = connector
예제 #3
0
 def startedConnecting(self, connector):
     log.msg("Connecting to %s:%s" % (self.buildmaster_host, self.port))
     ReconnectingPBClientFactory.startedConnecting(self, connector)
     self.connector = connector
예제 #4
0
파일: pb.py 프로젝트: cmouse/buildbot
 def startedConnecting(self, connector):
     log.msg("Connecting to {0}:{1}".format(self.buildmaster_host, self.port))
     ReconnectingPBClientFactory.startedConnecting(self, connector)
     self.connector = connector