[Bug 1215114] Re: _get_linux_packages function needs updating
Launchpad Bug Tracker
1215114 at bugs.launchpad.net
Tue Oct 6 03:55:32 UTC 2015
This bug was fixed in the package update-manager - 1:15.10.2
---------------
update-manager (1:15.10.2) wily; urgency=medium
* UpdateManager/Core/UpdateList.py: update the binary packages made by the
linux-meta source package. (LP: #1215114)
-- Brian Murray <brian at ubuntu.com> Mon, 05 Oct 2015 14:51:25 -0700
** Changed in: update-manager (Ubuntu Wily)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1215114
Title:
_get_linux_packages function needs updating
Status in update-manager package in Ubuntu:
Fix Released
Status in update-manager source package in Wily:
Fix Released
Bug description:
Looking at the update-manager bzr branch In
UpdateManager/Core/UpdateList.py we can see the following:
def _get_linux_packages(self):
"Return all binary packages made by the linux-meta source package"
# Hard code this rather than generate from source info in cache because
# that might only be available if we have deb-src lines. I think we
# could also generate it by iterating over all the binary package info
# we have, but that is costly. These don't change often.
return ['linux', 'linux-image', 'linux-headers-generic',
'linux-image-generic', 'linux-generic',
'linux-headers-generic-pae', 'linux-image-generic-pae',
'linux-generic-pae', 'linux-headers-omap', 'linux-image-omap',
'linux-omap', 'linux-headers-server', 'linux-image-server',
'linux-server', 'linux-signed-image-generic',
'linux-signed-generic', 'linux-headers-virtual',
'linux-image-virtual', 'linux-virtual',
'linux-image-extra-virtual']
This list seems to be a bit out of date and should be updated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1215114/+subscriptions
More information about the foundations-bugs
mailing list