~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildmaster/buildergroup.py

  • Committer: Curtis Hovey
  • Date: 2008-08-28 14:26:30 UTC
  • mto: This revision was merged to the branch mainline in revision 6926.
  • Revision ID: curtis.hovey@canonical.com-20080828142630-y2gcnnlw7w9aldzz
Fixed comment formats to fidn missing persons, dates, and some bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        self.logger.debug("Finding XMLRPC clients for the builders")
56
56
 
57
57
        for builder in self.builders:
58
 
            # XXX RBC 2007-05-23 bug 31546, 30633: builders that are not 'ok'
59
 
            # are not worth rechecking here for some currently undocumented
60
 
            # reason.
 
58
            # XXX Robert Collins 2007-05-23 bug=31546: builders that are not
 
59
            # 'ok' are not worth rechecking here for some currently
 
60
            # undocumented reason. This also relates to bug #30633.
61
61
            if builder.builderok:
62
62
                self.updateBuilderStatus(builder, arch)
63
63