Merge ppa-dev-tools:set-command-architecture-option into ppa-dev-tools:main
Proposed by
Bryce Harrington
Status: | Merged |
---|---|
Merge reported by: | Bryce Harrington |
Merged at revision: | cf6a8427699148b3b3055eb3dc810b0712632624 |
Proposed branch: | ppa-dev-tools:set-command-architecture-option |
Merge into: | ppa-dev-tools:main |
Diff against target: |
283 lines (+83/-49) 5 files modified
ppa/ppa.py (+10/-5) ppa/ppa_group.py (+1/-3) scripts/ppa (+14/-33) tests/helpers.py (+3/-6) tests/test_scripts_ppa.py (+55/-2) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Athos Ribeiro (community) | Approve | ||
Canonical Server packageset reviewers | Pending | ||
Canonical Server Reporter | Pending | ||
Review via email: mp+439599@code.staging.launchpad.net |
Description of the change
Continuation of work on the ppa create/set command. This branch focuses on the addition of tests for covering --architecture's implementation, along with some assorted cleanups.
This also brings in the first user for the recently added unpack_to_dict().
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.
LGTM!
Thanks, Bryce