Merge lp:~rbalint/update-manager/fix-stale-pkg-refs into lp:update-manager
Proposed by
Balint Reczey
Status: | Rejected |
---|---|
Rejected by: | Balint Reczey |
Proposed branch: | lp:~rbalint/update-manager/fix-stale-pkg-refs |
Merge into: | lp:update-manager |
Diff against target: |
336 lines (+76/-48) 4 files modified
UpdateManager/Core/UpdateList.py (+37/-21) UpdateManager/UpdatesAvailable.py (+17/-17) debian/changelog (+11/-0) tests/test_update_list.py (+11/-10) |
To merge this branch: | bzr merge lp:~rbalint/update-manager/fix-stale-pkg-refs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Julian Andres Klode | Pending | ||
Ubuntu Core Development Team | Pending | ||
Review via email: mp+347195@code.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 2824. By Balint Reczey
-
Update changelog
- 2823. By Balint Reczey
-
Store package name and cache reference in UpdateItem to avoid invalid package references
LP: #1773316
I'm also checking rdeps if they need update to adapt to this change.