~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Raphael Badin
  • Date: 2012-01-04 20:16:18 UTC
  • mfrom: (14513.5.3 builder-history-lfa)
  • mto: This revision was merged to the branch mainline in revision 14654.
  • Revision ID: raphael.badin@canonical.com-20120104201618-meb7ak15wdgpq31e
Merged builder-history-lfa into builders-timeout-903827-2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from lp.services.librarian.browser import FileNavigationMixin
29
29
from lp.services.propertycache import (
30
30
    cachedproperty,
31
 
    get_property_cache,
32
31
    )
33
32
from lp.services.webapp import (
34
33
    canonical_url,
107
106
        This is the BuildQueue.estimated_duration plus the
108
107
        Job.date_started or BuildQueue.getEstimatedJobStartTime.
109
108
        """
110
 
        del get_property_cache(self.context).buildqueue_record
111
109
        if self.context.buildqueue_record is None:
112
110
            return None
113
111
        queue_record = self.context.buildqueue_record