Merge lp:~cjwatson/launchpad/archive-get-signing-key-data into lp:launchpad
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 18738 |
Proposed branch: | lp:~cjwatson/launchpad/archive-get-signing-key-data |
Merge into: | lp:launchpad |
Diff against target: |
203 lines (+98/-2) 4 files modified
lib/lp/services/gpg/interfaces.py (+5/-1) lib/lp/soyuz/interfaces/archive.py (+12/-1) lib/lp/soyuz/model/archive.py (+9/-0) lib/lp/soyuz/tests/test_archive.py (+72/-0) |
To merge this branch: | bzr merge lp:~cjwatson/launchpad/archive-get-signing-key-data |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant | code | Approve | |
Review via email:
|
Commit message
Add Archive.
Description of the change
GPGHandler.
At the moment, the only use for this will be making it possible to add a PPA from a restricted network with one fewer firewall egress rule. If we go ahead with the plan to store PPA signing keys in the LP database, it will become more useful as we'll be able to remove the keyserver as a point of unreliability.
To post a comment you must log in.