Merge ppa-dev-tools:enable_source_binary_packages_in_suite into ppa-dev-tools:main
Proposed by
Bryce Harrington
Status: | Merged |
---|---|
Merge reported by: | Bryce Harrington |
Merged at revision: | a7b937ee2404e55b11392e26a735537e7efa72a6 |
Proposed branch: | ppa-dev-tools:enable_source_binary_packages_in_suite |
Merge into: | ppa-dev-tools:main |
Diff against target: |
245 lines (+76/-33) 5 files modified
ppa/binary_package.py (+1/-0) ppa/source_package.py (+1/-1) ppa/suite.py (+12/-8) tests/test_source_package.py (+1/-1) tests/test_suite.py (+61/-23) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Lena Voytek (community) | Approve | ||
Canonical Server | Pending | ||
Canonical Server Reporter | Pending | ||
Review via email: mp+440292@code.staging.launchpad.net |
Description of the change
Incorporates the recently added SourcePackage and BinaryPackage classes into the respective member properties of the Suite class.
Also fixes a couple unfortunate typos that I think I introduced when addressing the review feedback from the last MP. The tests had caught these errors.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
All changes look good to me! No issues or nitpicks from what I can see