Merge lp://staging/~stevenk/launchpad/no-oops-request-daily-build into lp://staging/launchpad
Proposed by
Steve Kowalik
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Steve Kowalik | ||||||||
Approved revision: | no longer in the source branch. | ||||||||
Merged at revision: | 15813 | ||||||||
Proposed branch: | lp://staging/~stevenk/launchpad/no-oops-request-daily-build | ||||||||
Merge into: | lp://staging/launchpad | ||||||||
Diff against target: |
194 lines (+65/-11) 5 files modified
lib/lp/code/browser/sourcepackagerecipe.py (+10/-2) lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+18/-1) lib/lp/code/interfaces/sourcepackagerecipe.py (+5/-1) lib/lp/code/model/sourcepackagerecipe.py (+9/-2) lib/lp/code/model/tests/test_sourcepackagerecipe.py (+23/-5) |
||||||||
To merge this branch: | bzr merge lp://staging/~stevenk/launchpad/no-oops-request-daily-build | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+119654@code.staging.launchpad.net |
Commit message
Skip obsolete series in ISourcePackageR
Description of the change
Currently, if you request a daily build of a recipe that contains an obsolete series (such as Maverick), you get an OOPS since the code raises a BuildNotAllowed
I have changed ISourcePackageR
Also driveby a little cleanup.
To post a comment you must log in.
Thank you.