~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/interfaces/builder.py

  • Committer: Raphael Badin
  • Date: 2012-01-06 08:27:55 UTC
  • mfrom: (14513.5.4 builder-history-lfa)
  • mto: This revision was merged to the branch mainline in revision 14654.
  • Revision ID: raphael.badin@canonical.com-20120106082755-95a0eh6nakv5hj3b
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
# pylint: disable-msg=E0211,E0213
195
195
 
196
196
    def setSlaveForTesting(proxy):
197
197
        """Sets the RPC proxy through which to operate the build slave."""
 
198
        # XXX JeroenVermeulen 2011-11-09, bug=888010: Don't use this.
 
199
        # It's a trap.  See bug for details.
198
200
 
199
201
    def verifySlaveBuildCookie(slave_build_id):
200
202
        """Verify that a slave's build cookie is consistent.