summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-09 14:40:40 +0100
committerSimon Rettberg2024-01-09 14:40:40 +0100
commit9a9f9c0e76a0ac6294cae6199ee685582fea414e (patch)
tree7af5f3918eba1feb374021a09fa947680971faa2
parent[debug-report-bwlp] Include tigervnc log (diff)
downloadmltk-9a9f9c0e76a0ac6294cae6199ee685582fea414e.tar.gz
mltk-9a9f9c0e76a0ac6294cae6199ee685582fea414e.tar.xz
mltk-9a9f9c0e76a0ac6294cae6199ee685582fea414e.zip
[virt-manager] Make version configurable via mltk config
-rw-r--r--core/modules/virt-manager/module.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/virt-manager/module.conf b/core/modules/virt-manager/module.conf
index ff3b817c..a5319493 100644
--- a/core/modules/virt-manager/module.conf
+++ b/core/modules/virt-manager/module.conf
@@ -6,7 +6,7 @@ REQUIRED_MODULES="
"
REQUIRED_GIT="
- https://github.com/virt-manager/virt-manager.git|v4.1.0
+ https://github.com/virt-manager/virt-manager.git|v${CONFIG_VIRTMANAGER_VERSION:-4.1.0}
"
# copy everything since there is a clean installation done by 'setup.py install'