Merge lp://staging/~pitti/aptdaemon/pkcompat-enhancements into lp://staging/aptdaemon
Proposed by
Martin Pitt
Status: | Merged |
---|---|
Merged at revision: | 836 |
Proposed branch: | lp://staging/~pitti/aptdaemon/pkcompat-enhancements |
Merge into: | lp://staging/aptdaemon |
Diff against target: |
246 lines (+118/-17) 4 files modified
README.PackageKit (+1/-2) aptdaemon/pkcompat.py (+21/-4) aptdaemon/worker.py (+12/-11) tests/test_pk.py (+84/-0) |
To merge this branch: | bzr merge lp://staging/~pitti/aptdaemon/pkcompat-enhancements |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aptdaemon Developers | Pending | ||
Review via email: mp+108201@code.staging.launchpad.net |
Description of the change
Implement the InstallSignature() PackageKit API.
This branch also changes the actual aptdaemon implementation in worker.py to
get along with "apt-key" exiting with code 2 even on success (in a separate
commit). This happens for both my own key (26B47B9F) as well as the glatzor.gpg
test key. I have tried with a few other keys as well. If it exits with
non-zero, it now checks stdout for success/failure.
To post a comment you must log in.
See also https:/ /code.launchpad .net/~glatzor/ python- apt/auth/ +merge/ 108290
I would like to move the apt-key/gnupg handling to python-apt