~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/slave.py

  • Committer: Francis J. Lacoste
  • Date: 2011-04-27 21:40:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12971.
  • Revision ID: francis.lacoste@canonical.com-20110427214003-iiqhcyyswppyqjsx
Change the default timeout to production value, improved options documentation and use only one bin above timeout value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
        self.protocolversion = '1.0'
557
557
        self.slave = BuildDSlave(config)
558
558
        self._builders = {}
559
 
        print "Initialized"
 
559
        print "Initialised"
560
560
 
561
561
    def registerBuilder(self, builderclass, buildertag):
562
562
        self._builders[buildertag] = builderclass