Merge lp:~abentley/launchpad/fix-recipebuilder into lp:launchpad
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 10917 | ||||
| Proposed branch: | lp:~abentley/launchpad/fix-recipebuilder | ||||
| Merge into: | lp:launchpad | ||||
| Diff against target: |
139 lines (+40/-7) 5 files modified
lib/lp/code/interfaces/sourcepackagerecipebuild.py (+3/-1) lib/lp/code/model/recipebuilder.py (+1/-1) lib/lp/code/model/sourcepackagerecipebuild.py (+9/-3) lib/lp/code/model/tests/test_recipebuilder.py (+23/-0) lib/lp/testing/factory.py (+4/-2) |
||||
| To merge this branch: | bzr merge lp:~abentley/launchpad/fix-recipebuilder | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paul Hummer (community) | code | 2010-05-18 | Approve on 2010-05-18 |
|
Review via email:
|
|||
Commit Message
Fix verifyBuildRequest to use valid attribute
Description of the Change
= Summary =
Fix bug #581899: verifyBuildRequest is broken
== Proposed fix ==
Update to use SourcePackageRe
== Pre-implementation notes ==
Discussed with noodles and bigjools
== Implementation details ==
Make SourcePackageRe
SourcePackageRe
Allow overriding the pocket of a Build.
Add tests for error paths in verifyBuildRequest
== Tests ==
bin/test -t verifyBuildRequest test_recipebuilder
== Demo and Q/A ==
I am unclear how to test this.
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
