summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
| |
* | Add README.DebianGuido Günther2014-01-07
| | | | | | | | that explains howto enable apt integration
* | Improve descriptionGuido Günther2014-01-07
| |
* | Document changes and release 0.0.3~bpo70+1Guido Günther2014-01-07
| |
* | Remove template from copyrightGuido Günther2014-01-07
| |
* | Merge tag 'v0.0.3' into debian/masterGuido Günther2014-01-07
|\| | | | | | | whatmaps 0.0.3
| * 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
| |
* | Document changes and release 0.0.2debian/0.0.2Guido Günther2011-05-21
| |
* | Fix grammar in descriptionGuido Günther2011-05-21
| |
* | Adapt so Squeeze's apache 2.2 packageGuido Günther2011-05-21
| |
* | Bump standards versionGuido Günther2011-05-21
| |
* | Build-depend on lsb-releaseGuido Günther2011-05-21
| | | | | | | | so the apt configuration gets included
* | Document changes and release 0.0.2Guido Günther2011-05-21
| |
* | Merge branch 'master' into debian/masterGuido Günther2011-05-16
|\|
| * 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
| |
* | Add Debian packagingdebian/0.0.1Guido Günther2010-09-25
|/
* 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
|
* Strip version from rpm packagesGuido Günther2010-09-19
|
* Handle deleted files in /proc/<pid>/exeGuido Günther2010-09-19
|
* Handle dpkg based distros as Debian and rpm based ones as FedoraGuido Günther2010-09-19
|
* Add basic support for FedoraGuido Günther2010-09-06
|
* Simplify codeGuido Günther2010-09-06
|
* Format debugging outputGuido Günther2010-09-06
|
* Add setup.pyGuido Günther2010-09-03
|
* Initial versionGuido Günther2010-09-03