~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/builder.py

  • Committer: William Grant
  • Date: 2011-05-03 03:08:21 UTC
  • mto: This revision was merged to the branch mainline in revision 12961.
  • Revision ID: william.grant@canonical.com-20110503030821-w9lna7xlu6vixxi4
Shift BPB URLs back to +build, and recipes to a new +recipebuild.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    """Navigation methods for IBuilderSet."""
65
65
    usedfor = IBuilderSet
66
66
 
67
 
    @stepthrough('+buildjob')
68
 
    def traverse_buildjob(self, name):
69
 
        build = super(BuilderSetNavigation, self).traverse_buildjob(name)
 
67
    @stepthrough('+build')
 
68
    def traverse_build(self, name):
 
69
        build = super(BuilderSetNavigation, self).traverse_build(name)
70
70
        if build is None:
71
71
            return None
72
72
        else: