summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document changes and release 0.0.8-2~bpo70+1debian/0.0.8-2_bpo70+1Guido Günther2014-08-05
|
* Merge tag 'debian/0.0.8-2' into bpo/wheezyGuido Günther2014-08-05
|\ | | | | | | whatmaps Debian release 0.0.8-2
| * Document changes and release 0.0.8-2debian/0.0.8-2Guido Günther2014-07-29
| |
| * Add debconf question to enable automatic service restartsGuido Günther2014-07-15
| |
| * Document changes and release 0.0.8-1debian/0.0.8-1Guido Günther2014-07-14
| |
| * Abort early if we found a matchGuido Günther2014-07-14
| | | | | | | | This speeds up the output and avoids duplicate printouts
| * Add simple autopkgtestGuido Günther2014-07-11
| |
| * Another import bugfixGuido Günther2014-07-11
| |
| * Merge tag 'v0.0.8' into debian/masterGuido Günther2014-07-11
| |\ | | | | | | | | | whatmaps 0.0.8
| | * Skip lsb_release tests when module is missingv0.0.8Guido 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 find_services and find_pkgs out of main()Guido Günther2014-07-11
| | |
| | * Drop unused variableGuido 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 upstream-branch to gbp.confGuido Günther2014-06-14
| | |
* | | Document changes and release 0.0.7-1~bpo70+1debian/0.0.7-1_bpo70+1Guido Günther2014-06-06
| | |
* | | Merge tag 'debian/0.0.7-1' into bpo/wheezyGuido Günther2014-06-06
|\| | | | | | | | | | | whatmaps Debian release 0.0.7-1
| * | 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