gecko-dev/testing/mozbase/mozinfo
Edwin Takahashi 1568067289 Bug 1609483 - ensure linux distributions that don't report os_version or codename have the field populated r=jmaher,gbrown
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
2020-01-21 18:19:41 +00:00
..
mozinfo Bug 1609483 - ensure linux distributions that don't report os_version or codename have the field populated r=jmaher,gbrown 2020-01-21 18:19:41 +00:00
tests
setup.cfg
setup.py Bug 1595220 - streamline and sanitize output of distro/platform linux_distribution call in mozinfo r=jmaher 2019-11-13 19:42:41 +00:00