aboutsummaryrefslogtreecommitdiff
path: root/whatmaps
Commit message (Collapse)AuthorAge
* 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 find_services and find_pkgs out of main()Guido Günther2014-07-11
|
* Document class variablesGuido Günther2014-07-01
|
* Move detect_distro to DistroGuido Günther2014-07-01
|
* Fix informal messageGuido Günther2014-06-28
| | | | Packages don't map shared objects
* 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.
* Print userfriendly message if not rootGuido Günther2014-06-10
| | | | Closes: #751088
* Remove unused importsGuido Günther2014-06-10
|
* Add missing importGuido Günther2014-05-03
|
* Don't log info about deleted executables with error log levelGuido Günther2014-05-02
| | | | It's just informational.
* Restart tomcat and jenkins on java updatesGuido Günther2014-04-25
|
* Also look for shared objects without a versionGuido Günther2014-04-25
| | | | | While this will add all -dev packages to the checks we need this in order to also pick up dlopen'd objects.
* Use python3 friendly file modeGuido Günther2014-04-22
|
* Use print as functionGuido Günther2014-04-22
| | | | to make python3 happy
* Use loops instead of list comprehensionGuido Günther2014-04-22
| | | | since 2to3 would recommend this anyway
* Use 'in' instead of 'has_key'Guido Günther2014-04-22
| | | | which doesn't exit in Python3
* Use 'open' instead of 'file'Guido Günther2014-04-22
| | | | since the later doesn't exist in python3
* Split out and test RedHatDistroGuido Günther2014-04-21
|
* fixup! Split out and test DebianDistroGuido Günther2014-04-21
|
* Split out and test RpmPkgGuido Günther2014-04-21
|
* Split out and test DebianPkgGuido Günther2014-04-21
|
* Split out and test DebianDistroGuido Günther2014-04-21
|
* Split out and test PkgGuido Günther2014-04-20
|
* Split out and test DistroGuido Günther2014-04-20
|
* Split out and test ProcessGuido Günther2014-04-18
|
* Use entrypointGuido Günther2014-04-18
|
* Distro: Fail on AttributeErrorGuido Günther2014-03-17
| | | | | since _pkg_services is by default an empty dict now and if it's not there something is wrong.
* Restart libvirt-guests on kvm changesGuido Günther2014-03-17
| | | | | | In order to make sure that changes in libs that kvm maps take effect we use libvirt-guests to shutdown and restart (or save and restore)all VMs once.
* Allow to blacklist servicesGuido Günther2014-03-17
| | | | | | | | | This allows to exclude services that we never want restarted like /etc/init.d/kvm which is responsible for loading the kvm module. It also allows us to exclude services on a per package basis. E.g. changes in libvirtd only need libvirt-bin but not libvirt-guests restarted since this just safes and restores all vms.
* Don't reference f when we got ENOENTGuido Günther2014-03-14
| | | | Just return since there's nothing to parse
* Minor ident fixGuido Günther2014-01-07
|
* Don't fail if lsb_release is missingv0.0.3Guido Günther2014-01-07
|
* Remove duplicate detect_distro callGuido Günther2013-05-21
|
* Skip already terminated processesGuido Günther2012-05-20
| | | | Thanks to Christop Göhre for pointing this out
* Check for deleted binaries before trying to stat themGuido Günther2011-06-26
|
* Adapt so Squeeze's apache 2.2 packageGuido Günther2011-05-21
|
* Fix regexv0.0.2Guido Günther2011-05-16
| | | | the current one only matched one letter/number so names.
* Simplify set operationGuido Günther2010-09-29
|
* Fix init script re for RedHat based distrosv0.0.1Guido Günther2010-09-25
|
* Implement service restart for RedHat based distrosGuido Günther2010-09-25
|
* Fix apt checkGuido Günther2010-09-25
|
* Some docstrings and cleanupsGuido Günther2010-09-25
|
* Fit onto 80 charactersGuido Günther2010-09-24
|
* Hook into apt pipelineGuido Günther2010-09-24
|
* Don't run external commands through the shellGuido Günther2010-09-24
|
* Allow distros to map services to different packagesGuido Günther2010-09-24
|
* Better init script reGuido Günther2010-09-23
|
* Find SysV RC based services on FedoraGuido Günther2010-09-19
|