lp://staging/~pitti/aptdaemon/pkcompat-enhancements
Created by
Martin Pitt
and last modified
- Get this branch:
- bzr branch lp://staging/~pitti/aptdaemon/pkcompat-enhancements
Only
Martin Pitt
can upload to this branch. If you are
Martin Pitt
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Aptdaemon Developers: Pending requested
-
Diff: 246 lines (+118/-17)4 files modifiedREADME.PackageKit (+1/-2)
aptdaemon/pkcompat.py (+21/-4)
aptdaemon/worker.py (+12/-11)
tests/test_pk.py (+84/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 825. By Martin Pitt
-
worker.py: Get along with apt-key returning non-zero on success
With current apt, apt-key exits with code 2 even on success. In that case,
check the output and only raise an error if the total number of processed keys
is 0. Also change the decoding to work with Python 2. - 824. By Martin Pitt
-
aptdaemon/
pkcompat. py: Add error message to _fail_not_ implemented( ), as the GLib.GError does not have the status code - 822. By Martin Pitt
-
tests/test_pk.py: Drop duplicated add_test_
repository( ) calls, already done in setUp() - 819. By Martin Pitt
-
aptdaemon/test.py: Create /etc/apt/
preferences. d/ in the chroot, to stop a warning from apt
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/aptdaemon