summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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.
| * 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-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