diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2016-09-24 17:17:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 21:03:58 +0200 |
commit | 27bfb671ff78454a4b470b72dff747f400211044 (patch) | |
tree | aa9661af7b67ab2348a0d9eccf079d74aab07e83 | |
parent | c4ec4b6700c790ca91a5768f58d41dd7a2004cc8 (diff) | |
download | jenkins.debian.net-27bfb671ff78454a4b470b72dff747f400211044.tar.xz |
reproducible fdroid: depends for libvirt setup
* libvirt-clients for the virsh command
* qemu-kvm for the hardware emulator for the VM
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 8b3e57a0..ded1e530 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -303,9 +303,11 @@ if [ -f /etc/debian_version ] ; then # needed to run fdroid jobs case $HOSTNAME in profitbricks-build7-amd64) DEBS="$DEBS + libvirt-clients libvirt-daemon libvirt-daemon-system python3-vagrant + qemu-kvm vagrant vagrant-mutate vagrant-libvirt" |