Go to file
Pawel Marczewski bf78aebf7c
qvm-remove: improve error message
The code assumes that QubesVMInUseError is thrown for a failed
dependency check, but there are also other reasons. We need to
handle the case when dependency list is empty, and also display
the original message.

See also QubesOS/qubes-core-admin#308 for which this was needed.
2020-01-21 15:54:18 +01:00
ci Move pylint config to canonical place 2018-09-18 16:47:58 +02:00
debian Drop Python2 support 2020-01-15 21:41:52 +01:00
doc add --wait documentation for qvm-shutdown 2020-01-14 13:47:37 +01:00
etc Fix qvm-start-gui autostart script 2017-05-19 17:30:11 +02:00
qubesadmin qvm-remove: improve error message 2020-01-21 15:54:18 +01:00
rpm_spec Drop Python2 support 2020-01-15 21:41:52 +01:00
test-packages Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
.gitignore .gitignore: add doc/_build/ 2018-05-03 01:03:27 +02:00
.pylintrc Make pylint happy 2019-10-05 21:57:48 +02:00
.travis.yml Drop Python2 support 2020-01-15 21:41:52 +01:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Drop Python2 support 2020-01-15 21:41:52 +01:00
Makefile.builder debian: initial packaging 2017-05-20 03:15:23 +02:00
README.md Drop Python2 support 2020-01-15 21:41:52 +01:00
run-tests Drop Python2 support 2020-01-15 21:41:52 +01:00
setup.py Bump Python version requirement for qvm-* to 3.5 2019-02-12 02:17:38 +01:00
version version 4.1.2 2019-11-30 05:12:01 +01:00

This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.

Compatibility

This package requires Python >= 3.5