Merge lp://qastaging/~jani/ubuntu-system-image/skip-gpg-verification into lp://qastaging/~registry/ubuntu-system-image/client
Proposed by
Jani Monoses
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Barry Warsaw | ||||
Proposed branch: | lp://qastaging/~jani/ubuntu-system-image/skip-gpg-verification | ||||
Merge into: | lp://qastaging/~registry/ubuntu-system-image/client | ||||
Diff against target: |
68 lines (+18/-0) 4 files modified
systemimage/config.py (+1/-0) systemimage/gpg.py (+2/-0) systemimage/main.py (+8/-0) systemimage/tests/test_main.py (+7/-0) |
||||
To merge this branch: | bzr merge lp://qastaging/~jani/ubuntu-system-image/skip-gpg-verification | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw (community) | Needs Fixing | ||
Review via email: mp+222761@code.qastaging.launchpad.net |
Commit message
system-image-cli: Add --skip-
Description of the change
Allows skipping GPG verification while doing development.
To post a comment you must log in.
Unmerged revisions
- 261. By Jani Monoses
-
system-image-cli: Add --skip-
gpg-verificatio n flag. This allows testing upgrades from the command line before a signing infrastructure is in place.
I'm finally getting a chance to review this! ;)
Thanks very much for your contribution. I'd like to see one more test to prove that --skip- gpg-verificatio n actually works. The test would craft an update that has a broken signature, and would show that without this flag, the update fails. Then, the cli would be invoked again with the flag and the update would pass. Can you add such a test?
Other than that, it looks quite good. Thanks.