Merge lp:~stevenk/launchpad/populate-spph-pu into lp:launchpad
Proposed by
Steve Kowalik
on 2012-05-14
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-05-21 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15303 |
| Proposed branch: | lp:~stevenk/launchpad/populate-spph-pu |
| Merge into: | lp:launchpad |
| Diff against target: |
307 lines (+75/-17) 9 files modified
lib/lp/_schema_circular_imports.py (+3/-1) lib/lp/soyuz/interfaces/publishing.py (+15/-1) lib/lp/soyuz/model/packagecopyjob.py (+1/-1) lib/lp/soyuz/model/publishing.py (+9/-4) lib/lp/soyuz/model/queue.py (+3/-2) lib/lp/soyuz/scripts/packagecopier.py (+8/-5) lib/lp/soyuz/stories/webservice/xx-source-package-publishing.txt (+1/-0) lib/lp/soyuz/tests/test_packagecopyjob.py (+23/-1) lib/lp/soyuz/tests/test_packageupload.py (+12/-2) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/populate-spph-pu |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-05-14 | Approve on 2012-05-21 |
|
Review via email:
|
|||
Commit Message
When calling newSourcePublic
Description of the Change
When calling newSourcePublic
This will also set packageupload for publications that are copied via PCJs.
This can't land until 15-0 is applied on prod and merged into devel, but I thought I'd get it reviewed first.
I have drive-by'd a text fix in ISPPH's interface (and screwed up what diff thinks what was added, sigh), as well as fixing a strange in-test import.
To post a comment you must log in.

Thank you.
I think 'pu' is ambiguous. Is there a better name like 'package_upload' that will make this code easier to read?