Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Make imports python2 and python3 compatible | Guido Günther | 2014-07-11 | |
| | | | | Do this again and I'll rewrite you in ruby. | |||
* | Add systemd support | Guido Günther | 2014-07-11 | |
| | ||||
* | Move find_services and find_pkgs out of main() | Guido Günther | 2014-07-11 | |
| | ||||
* | Drop unused variable | Guido Günther | 2014-07-11 | |
| | ||||
* | Document class variables | Guido Günther | 2014-07-01 | |
| | ||||
* | Move detect_distro to Distro | Guido Günther | 2014-07-01 | |
| | ||||
* | Fix informal message | Guido Günther | 2014-06-28 | |
| | | | | Packages don't map shared objects | |||
* | Remove unused imports | Guido Günther | 2014-06-28 | |
| | ||||
* | pkg_services: Check if a service is actually installed | Guido Günther | 2014-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 root | Guido Günther | 2014-06-10 | |
| | | | | Closes: #751088 | |||
* | Remove unused imports | Guido Günther | 2014-06-10 | |
| | ||||
* | Don't break apt after package removalv0.0.7 | Guido Günther | 2014-06-06 | |
| | ||||
* | Add missing import | Guido Günther | 2014-05-03 | |
| | ||||
* | Don't log info about deleted executables with error log level | Guido Günther | 2014-05-02 | |
| | | | | It's just informational. | |||
* | Update copyright statementsv0.0.6 | Guido Günther | 2014-04-28 | |
| | | | | | | Some were GPLv2+ due to a copy and paste error, some were missing. Thanks to Thorsten Alteholz for pointing this out | |||
* | Restart tomcat and jenkins on java updates | Guido Günther | 2014-04-25 | |
| | ||||
* | Also look for shared objects without a version | Guido Günther | 2014-04-25 | |
| | | | | | While this will add all -dev packages to the checks we need this in order to also pick up dlopen'd objects. | |||
* | Add tox.ini | Guido Günther | 2014-04-22 | |
| | | | | To allow testing different python versions | |||
* | Use python3 friendly file mode | Guido Günther | 2014-04-22 | |
| | ||||
* | Use print as function | Guido Günther | 2014-04-22 | |
| | | | | to make python3 happy | |||
* | Use loops instead of list comprehension | Guido Günther | 2014-04-22 | |
| | | | | since 2to3 would recommend this anyway | |||
* | Use 'in' instead of 'has_key' | Guido Günther | 2014-04-22 | |
| | | | | which doesn't exit in Python3 | |||
* | Use 'next(iter)' instead of 'iter.next()' | Guido Günther | 2014-04-22 | |
| | | | | since the former works with python 2 and 3 | |||
* | Don't run apt_pkg tests if apt_pkg is not installed | Guido Günther | 2014-04-22 | |
| | ||||
* | Use 'open' instead of 'file' | Guido Günther | 2014-04-22 | |
| | | | | since the later doesn't exist in python3 | |||
* | Split out and test RedHatDistro | Guido Günther | 2014-04-21 | |
| | ||||
* | fixup! Split out and test DebianDistro | Guido Günther | 2014-04-21 | |
| | ||||
* | Split out and test RpmPkg | Guido Günther | 2014-04-21 | |
| | ||||
* | Split out and test DebianPkg | Guido Günther | 2014-04-21 | |
| | ||||
* | Split out and test DebianDistro | Guido Günther | 2014-04-21 | |
| | ||||
* | Split out and test Pkg | Guido Günther | 2014-04-20 | |
| | ||||
* | Split out and test Distro | Guido Günther | 2014-04-20 | |
| | ||||
* | Add setup.cfg | Guido Günther | 2014-04-20 | |
| | | | | so we don't try to cover the mock module | |||
* | Add manpage in pod formatv0.0.5 | Guido Günther | 2014-04-18 | |
| | ||||
* | Split out and test Process | Guido Günther | 2014-04-18 | |
| | ||||
* | Use entrypoint | Guido Günther | 2014-04-18 | |
| | ||||
* | Add .gitignore | Guido Günther | 2014-04-18 | |
| | ||||
* | Update README a bit | Guido Günther | 2014-04-08 | |
| | ||||
* | Add README | Guido Günther | 2014-03-27 | |
| | ||||
* | Switch from distutils to setuptoolsv0.0.4 | Guido Günther | 2014-03-17 | |
| | ||||
* | Distro: Fail on AttributeError | Guido Günther | 2014-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 changes | Guido Günther | 2014-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 services | Guido Günther | 2014-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 ENOENT | Guido Günther | 2014-03-14 | |
| | | | | Just return since there's nothing to parse | |||
* | Minor ident fix | Guido Günther | 2014-01-07 | |
| | ||||
* | Don't fail if lsb_release is missingv0.0.3 | Guido Günther | 2014-01-07 | |
| | ||||
* | Remove duplicate detect_distro call | Guido Günther | 2013-05-21 | |
| | ||||
* | Skip already terminated processes | Guido Günther | 2012-05-20 | |
| | | | | Thanks to Christop Göhre for pointing this out | |||
* | Check for deleted binaries before trying to stat them | Guido Günther | 2011-06-26 | |
| | ||||
* | Adapt so Squeeze's apache 2.2 package | Guido Günther | 2011-05-21 | |
| |