[Bug 1827441] Re: ubuntu-release-upgrader crashed with configparser.NoOptionError: No option 'devrelease' in section: 'Options'
Brian Murray
brian at ubuntu.com
Thu May 2 23:32:01 UTC 2019
It looks like if options are not set at all when running do-release
upgrade then there is no default value for devRelease. From
DistUpgrade/DistUpgradeController.py:
if self.options:
if self.options.devel_release:
self.config.set("Options","devRelease", "True")
else:
self.config.set("Options","devRelease", "False")
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1827441
Title:
ubuntu-release-upgrader crashed with configparser.NoOptionError: No
option 'devrelease' in section: 'Options'
Status in ubuntu-release-upgrader package in Ubuntu:
New
Bug description:
The Ubuntu Error Tracker has been receiving reports about a problem regarding ubuntu-release-upgrader. This problem was most recently seen with package version 1:19.04.16.2, the problem page at https://errors.ubuntu.com/problem/de449d522b48757811ca4c9fc219ad41a5ac3e42 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1827441/+subscriptions
More information about the foundations-bugs
mailing list