зеркало из https://github.com/mozilla/gecko-dev.git
1568067289
Changes: `distro` and `platform` have differing behavior when presented with edgier cases such as Arch Linux. In some cases, the output of `mozinfo.info` when run on Arch Linux comes out to: ``` (u'Arch Linux', '', '') ``` This causes problems for things that rely on mozinfo downstream because the `os_version` value is not set, and during the comparison stage of manifests, manifestparser attempts to run `somevalue > unset value` that then causes mach to error. Differential Revision: https://phabricator.services.mozilla.com/D60462 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
mozinfo | ||
tests | ||
setup.cfg | ||
setup.py |