summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document changes and release 0.0.11~git0.4e704c-1debian/0.0.11_git0.4e704c-1Guido Günther2016-02-24
|
* Switch packaging to python3Guido Günther2016-02-24
|
* Merge branch 'master' into debian/masterGuido Günther2016-02-24
|\
| * Use python3 instead of python2Guido Günther2016-02-24
| |
| * The usual 2to3 string encoding madnessGuido Günther2016-02-24
| |
| * Respect jessie apache package renameSantiago Garcia Mantinan2015-07-07
| | | | | | | | Closes: #791569
* | Document changes and release 0.0.10-1debian/0.0.10-1Guido Günther2015-06-29
| |
* | Merge tag 'v0.0.10' into debian/masterGuido Günther2015-06-29
|\| | | | | | | whatmaps 0.0.10
| * Fix assertRaises invocationsv0.0.10Guido Günther2015-06-29
| | | | | | | | | | | | We had the arguments reversed Closes: #790372
| * Don't print overly long error message In the systemd caseGuido Günther2015-06-29
| | | | | | | | | | So far we dumped the whole output of the status command. Only dump the pats we actually looked at.
| * Silence output if package list is emptyGuido Günther2015-05-28
| |
| * Add mapping for libvirt-daemon -> libvirtdGuido Günther2014-12-29
| | | | | | | | Needed for the sysv init based systems
* | Document changes and release 0.0.9-1debian/0.0.9-1Guido Günther2014-12-28
| |
* | Merge tag 'v0.0.9' into debian/masterGuido Günther2014-12-28
|\| | | | | | | whatmaps v0.0.9
| * Install apt.conf configuration on derivatives toov0.0.9Guido Günther2014-12-28
| | | | | | | | Closes: #761054
| * Fix service name parsing for systemd >= 215Guido Günther2014-12-28
| | | | | | | | | | | | | | | | | | | | | | Newer systemd put a colored bullet point '●' in front of the service name output: # sudo systemctl status 971 ● libvirtd.service - Virtualization daemon ... Skip that.
| * Log services to restart in apt pipeline tooGuido Günther2014-12-28
| | | | | | | | | | All other code paths log this at debug level. We should to so too to get improved output when using unattended-upgrades.
| * Report PIDs of deleted executables at debug levelGuido Günther2014-12-28
| | | | | | | | It's not of any interest to the user.
| * Abort early if we found a matchGuido Günther2014-07-14
| | | | | | | | | | | | Once we found a shared object that a process maps we don't need to continue with the other shared objects since one is enough to require a process restart.
| * Another import bugfixGuido Günther2014-07-11
| |
* | Avoid error message on missing fileGuido Günther2014-10-17
| | | | | | | | | | | | | | | | Don't try to get the md5sum of a nonexistent file to avoid md5sum: /etc/apt/apt.conf.d/20servicese: No such file or directory which is confusing.
* | Document changes and release 0.0.8-5debian/0.0.8-5Guido Günther2014-09-27
| |
* | Fix smoketestGuido Günther2014-09-27
| | | | | | | | The name of the libvirt service changed
* | Add sv Debconf translationGuido Günther2014-09-25
| | | | | | | | | | Thanks: Martin Bagge Closes: #761973
* | Document changes and release 0.0.8-4debian/0.0.8-4Guido Günther2014-09-09
| |
* | Don't create backup copies of 20servicesGuido Günther2014-09-09
| | | | | | | | | | | | and remove them if existent Thanks: Johannes Hubertz for pointing this out
* | Document changes and release 0.0.8-3debian/0.0.8-3Guido Günther2014-09-07
| |
* | Reformat Debconf translationsGuido Günther2014-09-07
| | | | | | | | | | Thanks: Christian PERRIER Closes: #756584
* | Add es Debconf translationGuido Günther2014-09-07
| | | | | | | | | | Thanks: Matias A. Bellone Closes: #760617
* | Add it Debconf translationGuido Günther2014-09-04
| | | | | | | | | | Thanks: Beatrice Torracca Closes: #760398
* | Add ja Debconf translationGuido Günther2014-09-04
| | | | | | | | | | Thanks: victory Closes: #760367
* | Add pt_BR Debconf translationGuido Günther2014-09-03
| | | | | | | | | | Thanks: Adriano Rafael Gomes Closes: #760296
* | Add fr Debconf translationGuido Günther2014-09-02
| | | | | | | | | | Thanks: jean-pierre giraud Closes: #760264
* | Add pl Debconf translationGuido Günther2014-09-02
| | | | | | | | | | Thanks: Michał Kułach Closes: #760181
* | Add cs Debconf translationGuido Günther2014-09-02
| | | | | | | | | | Thanks: Michal Simunek Closes: #760154
* | Add de Debconf translationGuido Günther2014-09-01
| | | | | | | | | | Closes: #759365 Thanks: Chris Leick
* | Add pt Debconf translationGuido Günther2014-08-26
| | | | | | | | | | Thanks: Paulo Tomé Closes: #759167
* | Add da Debconf translationGuido Günther2014-08-26
| | | | | | | | | | Thanks: Joe Dalton Closes: #758841
* | Update debconf templateGuido Günther2014-08-21
| |
* | Add ru debconf translationGuido Günther2014-08-21
| | | | | | | | | | Thanks: Yuri Kozlov Closes: #758801
* | Nicer wording for debconf templateGuido Günther2014-08-19
| | | | | | | | | | Thanks: Justin B Rye and Christian PERRIER Closes: #756584
* | 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.