~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/sourcepackagerecipebuild.py

  • Committer: Tim Penhey
  • Date: 2010-12-15 02:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 12116.
  • Revision ID: tim.penhey@canonical.com-20101215025337-eu5dqoqh7n0ae422
Log the recipes that are having daily builds requested.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        :return: `ISourcePackageRecipeBuild`.
99
99
        """
100
100
 
101
 
    def makeDailyBuilds():
102
 
        """Create and return builds for stale ISourcePackageRecipes."""
 
101
    def makeDailyBuilds(logger=None):
 
102
        """Create and return builds for stale ISourcePackageRecipes.
 
103
 
 
104
        :param logger: An optional logger to write debug info to.
 
105
        """
103
106
 
104
107
    def getById(build_id):
105
108
        """Return the `ISourcePackageRecipeBuild` for the given build id.