Merge lp:~michael.nelson/launchpad/remove-shortlist-getPublishedReleases into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Michael Nelson on 2010-08-25 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11447 |
| Proposed branch: | lp:~michael.nelson/launchpad/remove-shortlist-getPublishedReleases |
| Merge into: | lp:launchpad |
| Diff against target: |
324 lines (+45/-39) 10 files modified
lib/lp/archiveuploader/nascentupload.py (+1/-1) lib/lp/archiveuploader/nascentuploadfile.py (+2/-2) lib/lp/registry/browser/distributionsourcepackage.py (+3/-2) lib/lp/registry/doc/distroseries.txt (+11/-11) lib/lp/registry/interfaces/distroseries.py (+3/-3) lib/lp/registry/model/distroseries.py (+7/-5) lib/lp/soyuz/doc/distroseries-publishing-lookups.txt (+7/-6) lib/lp/soyuz/scripts/tests/test_initialise_distroseries.py (+6/-4) scripts/ftpmaster-tools/remove-package.py (+1/-1) scripts/ftpmaster-tools/sync-source.py (+4/-4) |
| To merge this branch: | bzr merge lp:~michael.nelson/launchpad/remove-shortlist-getPublishedReleases |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jelmer Vernooij (community) | code | 2010-08-25 | Approve on 2010-08-25 |
|
Review via email:
|
|||
Commit Message
Rename DistroSeries.
Description of the Change
Overview
========
This branch removes a use of canonical.
It also renames getPublishedRel
To test:
bin/test -vv -t distroseries.txt -t distroseries-
I also cleaned up some (but not all) unrelated lint.
