summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document changes and release 0.0.7-1debian/0.0.7-1Guido Günther2014-06-06
|
* Drop patchesGuido Günther2014-06-06
| | | | applied upstream
* Merge tag 'v0.0.7' into debian/masterGuido Günther2014-06-06
|\ | | | | | | whatmaps 0.0.7
| * Don't break apt after package removalv0.0.7Guido Günther2014-06-06
| |
| * 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.
* | Depend on python-pkg-resourcesGuido Günther2014-06-06
| | | | | | | | needed for the entry point
* | Improve package descriptionJustin B Rye2014-05-06
| | | | | | | | Closes: #747147
* | Document changes and release 0.0.6-2Guido Günther2014-05-03
| |
* | Add missing importGuido Günther2014-05-03
| |
* | Document changes and release 0.0.6-1debian/0.0.6-1Guido Günther2014-05-02
| |
* | Build-depend on python-mockGuido Günther2014-05-02
| |
* | Drop README.DebianGuido Günther2014-05-02
| | | | | | | | | | | | since it doesn't carry additional info Closes: #746623
* | Make whatmaps a non native packageGuido Günther2014-05-02
| | | | | | | | | | It's meant for Debian mostly but can be used on RPM based distros as well.
* | Merge tag 'v0.0.6' into debian/masterGuido Günther2014-05-02
|\| | | | | | | whatmaps 0.0.6
| * Update copyright statementsv0.0.6Guido Günther2014-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 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.
| * Add tox.iniGuido Günther2014-04-22
| | | | | | | | To allow testing different python versions
| * 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 'next(iter)' instead of 'iter.next()'Guido Günther2014-04-22
| | | | | | | | since the former works with python 2 and 3
| * Don't run apt_pkg tests if apt_pkg is not installedGuido Günther2014-04-22
| |
| * 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
| |
| * Add setup.cfgGuido Günther2014-04-20
| | | | | | | | so we don't try to cover the mock module
* | Document changes and release 0.0.5Guido Günther2014-04-18
| |
* | Run tests during buildGuido Günther2014-04-18
| |
* | Bump standards version to 3.9.5Guido Günther2014-04-18
| |
* | Ship manpageGuido Günther2014-04-18
| |
* | ship READMEGuido Günther2014-04-18
| |
* | Merge tag 'v0.0.5' into debian/masterGuido Günther2014-04-18
|\| | | | | | | whatmaps 0.0.5
| * Add manpage in pod formatv0.0.5Guido Günther2014-04-18
| |
| * Split out and test ProcessGuido Günther2014-04-18
| |
| * Use entrypointGuido Günther2014-04-18
| |
| * Add .gitignoreGuido Günther2014-04-18
| |
| * Update README a bitGuido Günther2014-04-08
| |
| * Add READMEGuido Günther2014-03-27
| |
* | Merge branch 'master' into debian/masterGuido Günther2014-03-17
|\|
| * Switch from distutils to setuptoolsv0.0.4Guido Günther2014-03-17
| |
| * 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.