Massimiliano Culpo
|
5c3dfacdc5
|
Update distro to v1.6.0 (#27263)
|
2021-11-24 10:10:11 +00:00 |
|
Harmen Stoppels
|
f8e4aa7d70
|
Revert "Don't run lsb_release on linux (#26707)" (#26754)
This reverts commit fcac95b065 .
|
2021-10-15 09:34:04 +00:00 |
|
Harmen Stoppels
|
fcac95b065
|
Don't run lsb_release on linux (#26707)
Running `lsb_release` on Linux takes about 50ms because it is written in
Python. We do not use the output, so this change makes use not call it.
|
2021-10-14 01:27:24 +02:00 |
|
Adam J. Stewart
|
513f9235c3
|
Fix detection of redhat enterprise compute node (#15253)
* Fix detection of redhat enterprise compute node
* Add comma
* Remove space
|
2020-02-28 11:27:15 -06:00 |
|
Adam J. Stewart
|
010334bf22
|
Update to distro 1.0.4 (#6788)
* Update to the latest version of distro
* Update distro to 1.0.4
|
2017-12-30 15:44:19 -08:00 |
|
becker33
|
f9e3b58d7e
|
Make distro more robust to unreadable files (#3110)
* Make distro more robust to unreadable files. Will upstream
* Comment for clarify
|
2017-02-10 10:23:04 -08:00 |
|
Adam J. Stewart
|
f351e4402c
|
Update external distro package to 1.0.1 (#2381)
|
2016-11-22 14:01:01 -08:00 |
|
Todd Gamblin
|
544b147370
|
Add detection for redhat enterprise server to distro.py (#2262)
|
2016-11-06 14:23:21 -08:00 |
|
Jeffrey Salmond
|
9cd83a4efb
|
Use code from the distro package to improve linux distro detection. (#1629)
* Use code from the `distro` package to improve linux distro detection.
Various issues [1] [2] with the platform.linux_distribution function led
to the function being deprecated in python 3.4. The pipi package distro
[3] contains compatible improved code that better tracks current methods
for identifying linux distributions (see, for example, [4],[5]).
[1]: https://bugs.python.org/issue20454
[2]: http://bugs.python.org/issue1322
[3]: https://pypi.python.org/pypi/distro
[4]: https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/lsbrelease.html
[5]: https://www.freedesktop.org/software/systemd/man/os-release.html
* fix (potential) unicode problems
|
2016-11-04 16:38:44 -07:00 |
|