Merge lp:~golubchikov-mihail/update-manager/formation-oem-packages-fix into lp:update-manager

Proposed by Mikhail Golubchikov
Status: Needs review
Proposed branch: lp:~golubchikov-mihail/update-manager/formation-oem-packages-fix
Merge into: lp:update-manager
Diff against target: 15 lines (+2/-3)
1 file modified
UpdateManager/backend/__init__.py (+2/-3)
To merge this branch: bzr merge lp:~golubchikov-mihail/update-manager/formation-oem-packages-fix
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+395551@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Looks fine.

review: Approve

Unmerged revisions

2901. By Mikhail Golubchikov

fixed formation of the list of OEM packages

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'UpdateManager/backend/__init__.py'
--- UpdateManager/backend/__init__.py 2020-12-14 11:13:49 +0000
+++ UpdateManager/backend/__init__.py 2020-12-19 11:24:50 +0000
@@ -45,10 +45,9 @@
45 fresh_cache = Cache(rootdir=self.window_main.cache.rootdir)45 fresh_cache = Cache(rootdir=self.window_main.cache.rootdir)
46 # Install OEM packages, update, figure out the kernel, then do46 # Install OEM packages, update, figure out the kernel, then do
47 # ACTION_INSTALL47 # ACTION_INSTALL
48 pkgs_install_oem = []
49 pkgs_upgrade_oem = []
48 for pkg in self.window_main.oem_metapackages:50 for pkg in self.window_main.oem_metapackages:
49 pkgs_install_oem = []
50 pkgs_upgrade_oem = []
51
52 unfresh_pkg = unfresh_cache[pkg]51 unfresh_pkg = unfresh_cache[pkg]
53 fresh_pkg = fresh_cache[pkg]52 fresh_pkg = fresh_cache[pkg]
5453

Subscribers

People subscribed via source and target branches

to status/vote changes: