Merge lp:~abentley/launchpad/multiple-series-model into lp:launchpad/db-devel
| Status: | Merged |
|---|---|
| Approved by: | Graham Binns on 2010-03-16 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~abentley/launchpad/multiple-series-model |
| Merge into: | lp:launchpad/db-devel |
| Prerequisite: | lp:~abentley/launchpad/multiple-series-recipe |
| Diff against target: |
334 lines (+102/-28) 8 files modified
lib/lp/code/configure.zcml (+1/-1) lib/lp/code/interfaces/sourcepackagerecipe.py (+15/-6) lib/lp/code/model/sourcepackagerecipe.py (+22/-7) lib/lp/code/model/sourcepackagerecipedata.py (+3/-1) lib/lp/code/model/tests/test_sourcepackagerecipe.py (+40/-0) lib/lp/code/tests/test_sourcepackagerecipe.py (+16/-11) lib/lp/services/database/configure.zcml (+3/-1) lib/lp/testing/factory.py (+2/-1) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/multiple-series-model |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2010-03-12 | Approve on 2010-03-16 |
|
Review via email:
|
|||
Description of the Change
= Summary =
Provide ORM access to the DB entries defined in the prerequisite branch.
== Proposed fix ==
Add a boolean for build_daily. Add a ReferenceSet for distroseries.
== Pre-implementation notes ==
Preimplementation was with thumper.
== Implementation details ==
It appears no one has used ReferenceSet before, so I had to provide permission
for basic set operations: add, remove, clear.
== Tests ==
bin/test -v test_sourcepack
== Demo and Q/A ==
None
= 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/
database/
database/
lib/lp/
.bzrignore
database/
database/
database/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
== Pylint notices ==
lib/lp/
14: [F0401] Unable to import 'bzrlib.
17: [F0401] Unable to import 'lazr.enum' (No module named enum)
lib/lp/
11: [F0401] Unable to import 'bzrlib.
lib/lp/
1706: [F0401, LaunchpadObject
lib/lp/
21: [F0401] Unable to import 'lazr.restful.
