~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-06 17:50:43 UTC
  • mfrom: (11302.2.3 recipe-build-table)
  • Revision ID: launchpad@pqm.canonical.com-20100806175043-idk111bwbdfxeeme
[testfix][r=thumper][ui=rs][bug=604901] Fix the build record table

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
            builds.append(build)
167
167
            if len(builds) >= 5:
168
168
                break
169
 
        builds.reverse()
170
169
        return builds
171
170
 
172
171
 
382
381
                return
383
382
 
384
383
 
385
 
 
386
384
        distros = data.pop('distros')
387
385
        if distros != self.context.distroseries:
388
386
            self.context.distroseries.clear()