[Merge] lp:~rbalint/ubuntu-release-upgrader/ubuntu-release-upgrader-screen into lp:ubuntu-release-upgrader
Balint Reczey
balint.reczey at canonical.com
Fri Apr 28 17:37:15 UTC 2017
I used this dirty patch to build a test package:
--- a/DistUpgrade/DistUpgradeFetcherCore.py
+++ b/DistUpgrade/DistUpgradeFetcherCore.py
@@ -106,6 +106,8 @@ class DistUpgradeFetcherCore(object):
except tarfile.ReadError as e:
logging.error("failed to open tarfile (%s)" % e)
return False
+ print("fix screen usage")
+ subprocess.call(["cp","/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeMain.py",self.tmpdir])
return True
def verifyDistUprader(self):
--
https://code.launchpad.net/~rbalint/ubuntu-release-upgrader/ubuntu-release-upgrader-screen/+merge/323395
Your team Ubuntu Core Development Team is subscribed to branch lp:ubuntu-release-upgrader.
More information about the Ubuntu-reviews
mailing list