[Merge] lp:~bkerensa/ubuntu-release-upgrader/fix-for-1068874 into lp:ubuntu-release-upgrader
Benjamin Kerensa
bkerensa at ubuntu.com
Thu Nov 8 01:19:23 UTC 2012
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.
--
https://code.launchpad.net/~bkerensa/ubuntu-release-upgrader/fix-for-1068874/+merge/133382
Your team Ubuntu Core Development Team is subscribed to branch lp:ubuntu-release-upgrader.
More information about the Ubuntu-reviews
mailing list