[Bug 1068874] Re: does not need to enable apport
Launchpad Bug Tracker
1068874 at bugs.launchpad.net
Sat Jan 12 01:40:17 UTC 2013
This bug was fixed in the package ubuntu-release-upgrader - 1:0.192.4
---------------
ubuntu-release-upgrader (1:0.192.4) raring; urgency=low
* Ensure that partial upgrades are fully translated (LP: #1072828) thanks to
Gabor Kelemen for the initial patch.
* Remove code enabling apport since it is always running (LP: #1068874)
* check-new-release-gtk: set the correct translation domain thanks to Gabor
Kelemen for patch (LP: #1093697)
* DistUpgradeController.py: call apport-bug with the binary package name not
the source package name (LP: #1098001)
* source_ubuntu-release-upgrader.py: set the crash database to Ubuntu to
allow reporting of bugs even if the package does not seem to be official
(LP: #1067542)
-- Brian Murray <brian at ubuntu.com> Fri, 11 Jan 2013 16:19:26 -0800
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1068874
Title:
does not need to enable apport
Status in “ubuntu-release-upgrader” package in Ubuntu:
Fix Released
Bug description:
As of Precise apport is always running, it just doesn't send all
crashes to bugs.launchpad.net, so the distribution upgrade process
does not need to start it.
so this:
def doDistUpgrade(self):
# check if we want apport running during the upgrade
if self.config.getWithDefault("Distro","EnableApport", False):
self.enableApport()
and enableApport in DistUpgradeController.py aren't really necessary.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068874/+subscriptions
More information about the foundations-bugs
mailing list