does not need to enable apport
Bug #1068874 reported by
Brian Murray
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-release-upgrader (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
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(
# check if we want apport running during the upgrade
if self.config.
and enableApport in DistUpgradeCont
Related branches
lp://staging/~bkerensa/ubuntu-release-upgrader/fix-for-1068874
Rejected
for merging
into
lp://staging/ubuntu-release-upgrader
- Brian Murray: Disapprove
- Iain Lane: Pending requested
-
Diff: 43 lines (+8/-10)2 files modifiedDistUpgrade/DistUpgradeController.py (+1/-10)
debian/changelog (+7/-0)
Changed in ubuntu-release-upgrader (Ubuntu): | |
importance: | Undecided → Medium |
Changed in ubuntu-release-upgrader (Ubuntu): | |
status: | New → Triaged |
To post a comment you must log in.
I have added a MP which removes the Apport Enablement from DistUpgradeCont roller. py in this branch.