From 5a9ee01f8bf8e898cd27fd758f9a5cf992ff1fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 Sep 2016 23:18:58 +0200 Subject: reproducible fdroid: jenkins needs to be in kvm group According to https://wiki.debian.org/KVM a user needs to be in both the groups kvm and libvirt in order to create and manage VMs with libvirt. Signed-off-by: Holger Levsen --- update_jdn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_jdn.sh b/update_jdn.sh index ded1e530..a1b380bf 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -126,6 +126,7 @@ sudo mkdir -p /srv/workspace if [ "$HOSTNAME" = "jenkins-test-vm" ] || [ "$HOSTNAME" = "profitbricks-build10-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ; then # jenkins needs access to libvirt + sudo adduser jenkins kvm sudo adduser jenkins libvirt sudo adduser jenkins libvirt-qemu -- cgit v1.2.3-54-g00ecf