Merge lp:~michael.nelson/launchpad/513201-move-recipe-to-code into lp:launchpad
Proposed by
Michael Nelson
on 2010-02-05
| Status: | Merged |
|---|---|
| Approved by: | Guilherme Salgado on 2010-02-05 |
| Approved revision: | not available |
| Merged at revision: | not available |
| Proposed branch: | lp:~michael.nelson/launchpad/513201-move-recipe-to-code |
| Merge into: | lp:launchpad |
| Diff against target: |
372 lines (+96/-97) 13 files modified
lib/lp/archiveuploader/uploadpolicy.py (+2/-2) lib/lp/buildmaster/tests/test_builder.py (+2/-2) lib/lp/code/configure.zcml (+61/-0) lib/lp/code/interfaces/sourcepackagerecipebuild.py (+1/-1) lib/lp/code/model/recipebuilder.py (+2/-2) lib/lp/code/model/sourcepackagerecipe.py (+5/-5) lib/lp/code/model/sourcepackagerecipebuild.py (+3/-3) lib/lp/code/model/sourcepackagerecipedata.py (+1/-1) lib/lp/code/tests/test_recipebuilder.py (+3/-3) lib/lp/code/tests/test_sourcepackagerecipe.py (+10/-10) lib/lp/code/tests/test_sourcepackagerecipebuild.py (+2/-2) lib/lp/soyuz/configure.zcml (+0/-62) lib/lp/testing/factory.py (+4/-4) |
| To merge this branch: | bzr merge lp:~michael.nelson/launchpad/513201-move-recipe-to-code |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Guilherme Salgado (community) | code | 2010-02-05 | Approve on 2010-02-05 |
|
Review via email:
|
|||
Commit Message
Move the sourcepackagerecipe classes from soyuz to code domain.
To post a comment you must log in.
| Michael Nelson (michael.nelson) wrote : | # |

This branch has no logic changes, but simply moves the sourcepackagerecipe classes into the lp.code domain for bug 513201 (before adding more code soon for API exposure tests etc.)
Pre-imp: we chatted about this as the buildfrombranch sprint.
To test: agerecipe
bin/test -t test_recipe -t test_sourcepack