[Bug 328452] Re: do-release-upgrade reboots computer if user enters something other than n when being prompted for reboot

2009-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.99 --- update-manager (1:0.99) jaunty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - enable apport crash capturing during upgrades * DistUpgrade/DistUpgradeView.py: - create

[Bug 328452] Re: do-release-upgrade reboots computer if user enters something other than n when being prompted for reboot

2009-02-26 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Status: In Progress = Fix Committed -- do-release-upgrade reboots computer if user enters something other than n when being prompted for reboot https://bugs.launchpad.net/bugs/328452 You received this bug notification because you are a member of

[Bug 328452] Re: do-release-upgrade reboots computer if user enters something other than n when being prompted for reboot

2009-02-25 Thread Brian Murray
Thanks for taking the time to report this bug and helping to make Ubuntu better. It would have been helpful to know which release of Ubuntu you were upgrading from and to but I was able to create this when upgrading from Intrepid to Jaunty and I'm working on a fix. ** Changed in: update-manager

[Bug 328452] Re: do-release-upgrade reboots computer if user enters something other than n when being prompted for reboot

2009-02-25 Thread Brian Murray
In DistUpgradeViewText.py: _(Restart the system now [yN] )) was being passed to askYesNoQuestion as a 3rd argument which became default and since default was not No it became Yes. Personally, I think it'd be better if the logic were switched so: if default == 'Yes': print _(Continue [Yn] ),