aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/distro.py
Commit message (Collapse)AuthorAge
* 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