aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add NEWSHEADv0.0.13masterGuido Günther2022-12-30
| | | | | Releases are rare these days, this gives us an idea what they were about.
* debiandistro: Avoid lsb moduleGuido Günther2022-12-30
| | | | | Use /etc/debian_release directly as we don't have the lsb module in Debian anymore.
* setup.py: Drop lsb checkGuido Günther2022-12-30
| | | | | Otherwise we would also skip the check for /etc/debian-release which is more reliable these days.
* debiandistro: Clarify indentationGuido Günther2022-12-30
|
* command: Drop superfluous bracesGuido Günther2022-12-30
| | | | Make flake8 happy
* Use raw stringsGuido Günther2022-12-30
| | | | This avoids escaping issues
* redhatdistro: Fix doc commentGuido Günther2022-12-30
|
* setup.cfg: Ignore line length and line break after operatorGuido Günther2022-12-30
| | | | Taken verbatim from gbp
* Add Makefile for easy validationGuido Günther2022-12-30
|
* distro: Look at the first line of LSB's outputGuido Günther2022-12-30
| | | | Debian outputs multiple lines nowadays
* distro: Discard stderrGuido Günther2022-12-30
| | | | | | Otherwise it can mess up our parsing Closes: #1027317
* Be more specific about the type of errorGuido Günther2016-12-26
|
* Add simple helper to run from working copyGuido Günther2016-12-26
| | | | since running whatmaps/command.py doesn't work with python3
* manpage: fix path to READMEGuido Günther2016-12-26
|
* travis: Run nosetests as wellGuido Günther2016-12-15
|
* flake8 cleanupsGuido Günther2016-12-15
|
* Exempt dbus from list of restarted servicesGuido Günther2016-12-15
| | | | since it aborts gdm sessions
* Exempt systemd-logind from list of restarted servicesGuido Günther2016-11-25
| | | | since it aborts user sessions
* Exempt display managers from the list of restartet servicesGuido Günther2016-11-25
|
* Filter out user@<uid>.servicev0.0.12Guido Günther2016-09-23
| | | | | | since this aborts user sessions otherwise Closes: #833120
* Allow to filter service by regular expressionsGuido Günther2016-09-23
|
* command: Use a distro instance instead of classGuido Günther2016-09-23
| | | | so we can invoke non-static and non-class methods
* Don't abort if we can't parse a single packageGuido Günther2016-09-23
| | | | | so far we would abort the whole operation, skip the unreadable packages instead and return with non-zero.
* Add .travis.ymlGuido Günther2016-09-23
|
* tests/test_rpmpkg.py: flake8 cleanGuido Günther2016-09-23
|
* setup.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_debiandistro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_pkg.py: flake8 cleanGuido Günther2016-09-23
|
* tests/context.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_distro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_systemd.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_debianpkg.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_redhatdistro.py: flake8 cleanGuido Günther2016-09-23
|
* tests/test_process.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/process.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/debiandistro.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/debianpkg.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/rpmpkg.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/redhatdistro.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/pkg.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/distro.py: flake8 cleanGuido Günther2016-09-23
|
* whatmaps/command.py: flake8 cleanGuido Günther2016-09-23
|
* Setup flake8Guido Günther2016-09-23
|
* Add missing spaces in warningsGuido Günther2016-09-23
|
* Don't bail out if we can't find a package in apt's cacheGuido Günther2016-04-18
| | | | | Rather warn about it and continue so we get restarts for all other packages.
* systemd: Shorten error message if proess is from a user sessionGuido Günther2016-04-08
| | | | | | | | | | | | | | | | No need to print the whole process tree which so far looked like WARNING: No systemd unit found for '/bin/bash': Can't parse service name from ● session-8762.scope - Session 8762 of user root Loaded: loaded Drop-In: /run/systemd/system/session-8762.scope.d └─50-After-systemd-logind\x2eservice.conf, 50-After-systemd-user-sessions\x2eservice.conf, 50-Description.conf, 50-SendSIGHUP.conf, 50-Slice.conf Active: active (running) since Thu 2016-04-07 20:53:52 CEST; 19min ago CGroup: /user.slice/user-0.slice/session-8762.scope ├─21150 sshd: root@pts/0 ├─21155 -bash ├─23956 /usr/bin/python /usr/bin/whatmaps --debug libc6 └─23962 systemctl status 21155
* Drop python2 support in tox.ini as wellGuido Günther2016-02-26
|
* 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