~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 23:59:50 UTC
  • mfrom: (14621.1.4 xss_911632)
  • Revision ID: launchpad@pqm.canonical.com-20120104235950-13dqftqbpu1zxcdh
[r=abentley][bug=911632] Fix template to escape output of no branch
        message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009 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.
200
198
 
201
199
    def verifySlaveBuildCookie(slave_build_id):
202
200
        """Verify that a slave's build cookie is consistent.