looking on PRs generated by packit for each PR.
qm-ctl installed through rpm
Please refer this command for instance
dnf copr enable packit/containers-qm-923 epel-9-x86_64
dnf install qm-ctl
running the command from shell
which qmctl
/usr/bin/qmctl
qmctl
Traceback (most recent call last):
File "/usr/bin/qmctl", line 21, in <module>
from qmctl import main
ModuleNotFoundError: No module named 'qmctl'
Need to update tests to check cli
Instead of that
https://github.com/containers/qm/blob/main/tests/qmctl-test/scripts/qmctl_exec.sh#L6
QMCTL_SCRIPT="../../tools/qmctl/qmctl"
looking on PRs generated by packit for each PR.
qm-ctl installed through rpm
Please refer this command for instance
Need to update tests to check cli
Instead of that