aboutsummaryrefslogtreecommitdiff
path: root/whatmaps/debiandistro.py
Commit message (Collapse)AuthorAge
* Exempt dbus from list of restarted servicesGuido Günther2016-12-15
| | | | since it aborts gdm sessions
* Exempt systemd-logind from list of restarted servicesGuido Günther2016-11-25
| | | | since it aborts user sessions
* Exempt display managers from the list of restartet servicesGuido Günther2016-11-25
|
* Filter out user@<uid>.servicev0.0.12Guido Günther2016-09-23
| | | | | | since this aborts user sessions otherwise Closes: #833120
* whatmaps/debiandistro.py: flake8 cleanGuido Günther2016-09-23
|
* Don't bail out if we can't find a package in apt's cacheGuido Günther2016-04-18
| | | | | Rather warn about it and continue so we get restarts for all other packages.
* Use python3 instead of python2Guido Günther2016-02-24
|
* Respect jessie apache package renameSantiago Garcia Mantinan2015-07-07
| | | | Closes: #791569
* Add mapping for libvirt-daemon -> libvirtdGuido Günther2014-12-29
| | | | Needed for the sysv init based systems
* Another import bugfixGuido Günther2014-07-11
|
* Make imports python2 and python3 compatibleGuido Günther2014-07-11
| | | | Do this again and I'll rewrite you in ruby.
* Add systemd supportGuido Günther2014-07-11
|
* Move detect_distro to DistroGuido Günther2014-07-01
|
* Remove unused importsGuido Günther2014-06-28
|
* 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.
* Add missing importGuido Günther2014-05-03
|
* Restart tomcat and jenkins on java updatesGuido Günther2014-04-25
|
* Split out and test DebianDistroGuido Günther2014-04-21