Code review comment for lp://qastaging/~bkerensa/ubuntu-release-upgrader/fix-for-1068874

Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

Could you elaborate?

It appears to be identical to https://code.launchpad.net/~bkerensa/ubuntu/raring/ubuntu-release-upgrader/fix-for-1068874

which I was told to just re-target

def doDistUpgrade(self):
# check if we want apport running during the upgrade
if self.config.getWithDefault("Distro","EnableApport", False):
self.enableApport()

and

def enableApport(self, fname="/etc/default/apport"):
""" enable apport """
# startup apport just until the next reboot, it has the magic
# "force_start" environment for this
subprocess.call(["service","apport","start","force_start=1"])

are remove because they call apport.

« Back to merge proposal