Merge lp:~deryck/launchpad/use-specification-sharing-policy into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | j.c.sackett on 2012-09-13 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15964 |
| Proposed branch: | lp:~deryck/launchpad/use-specification-sharing-policy |
| Merge into: | lp:launchpad |
| Prerequisite: | lp:~deryck/launchpad/specification-sharing-policy-unused |
| Diff against target: |
329 lines (+182/-4) 8 files modified
lib/lp/blueprints/interfaces/specificationtarget.py (+4/-1) lib/lp/blueprints/model/specification.py (+12/-0) lib/lp/registry/model/distribution.py (+4/-0) lib/lp/registry/model/product.py (+12/-2) lib/lp/registry/tests/test_distribution.py (+16/-0) lib/lp/registry/tests/test_product.py (+81/-0) lib/lp/scripts/garbo.py (+33/-1) lib/lp/scripts/tests/test_garbo.py (+20/-0) |
| To merge this branch: | bzr merge lp:~deryck/launchpad/use-specification-sharing-policy |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| j.c.sackett (community) | 2012-09-13 | Approve on 2012-09-13 | |
|
Review via email:
|
|||
Commit Message
Get Product.
Description of the Change
To start making use of SpecificationSh
To get this working, I needed to add SPECIFICATION_

This looks fine. Thanks, Deryck.