~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=julian-edwards][ui=none][bug=433329,
        498648] Fix 2 trivial build-related bugs,
        1. Make the build score appear whenever we know it, 
        2. Make the retry notification text less bizarre

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
 
297
297
            # Invoke context method to retry the build record.
298
298
            self.context.retry()
299
 
            self.request.response.addInfoNotification('Build record active')
 
299
            self.request.response.addInfoNotification('Build retried')
300
300
 
301
301
        self.request.response.redirect(canonical_url(self.context))
302
302