aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/distro.py
Commit message (Collapse)AuthorAge
* distro: Look at the first line of LSB's outputGuido Günther2022-12-30
| | | | Debian outputs multiple lines nowadays
* distro: Discard stderrGuido Günther2022-12-30
| | | | | | Otherwise it can mess up our parsing Closes: #1027317
* flake8 cleanupsGuido Günther2016-12-15
|
* Allow to filter service by regular expressionsGuido Günther2016-09-23
|
* whatmaps/distro.py: flake8 cleanGuido Günther2016-09-23
|
* Make imports python2 and python3 compatibleGuido Günther2014-07-11
| | | | Do this again and I'll rewrite you in ruby.
* Document class variablesGuido Günther2014-07-01
|
* Move detect_distro to DistroGuido Günther2014-07-01
|
* pkg_services: Check if a service is actually installedGuido Günther2014-06-28
| | | | | | | | So far we returned the full list from pkg_services. This is o.k. for many to one mappings like apache but not for one to many like openjdk. To avoid to print out services that aren't installed check that beforehand.
* Split out and test DistroGuido Günther2014-04-20