コード例 #1
0
    def __init__(self, remote_command, args):
        RemoteCommand.__init__(self, remote_command, args)

        self.rc = None
        self.stderr = ''
コード例 #2
0
ファイル: transfer.py プロジェクト: Callek/buildbot
 def __init__(self, step, remote_command, args):
     RemoteCommand.__init__(self, remote_command, args)
     callback = lambda arg: step.step_status.addLog('stdio')
     self.useLogDelayed('stdio', callback, True)
コード例 #3
0
ファイル: transfer.py プロジェクト: paperclip/buildbot
    def __init__(self, remote_command, args):
        RemoteCommand.__init__(self, remote_command, args)

        self.rc = None
        self.stderr = ''
コード例 #4
0
 def __init__(self, step, remote_command, args):
     RemoteCommand.__init__(self, remote_command, args)
     callback = lambda arg: step.step_status.addLog('stdio')
     self.useLogDelayed('stdio', callback, True)