~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: James Westby
  • Date: 2010-08-04 21:57:24 UTC
  • mto: This revision was merged to the branch mainline in revision 11295.
  • Revision ID: james.westby@canonical.com-20100804215724-wogjzwvty85b1vns
Fix the PackageBuild interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            stored.
107
107
        """
108
108
 
109
 
    def getLogFromSlave():
 
109
    def getLogFromSlave(build):
110
110
        """Get last buildlog from slave. """
111
111
 
112
112
    def getUploadLogContent(root, leaf):
120
120
    def estimateDuration():
121
121
        """Estimate the build duration."""
122
122
 
123
 
    def storeBuildInfo(librarian, slave_status):
 
123
    def storeBuildInfo(build, librarian, slave_status):
124
124
        """Store available information for the build job.
125
125
 
126
126
        Derived classes can override this as needed, and call it from