summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-24 13:24:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-24 13:24:37 +0200
commitb9e6426c9dbd004616ea70e6b453001639f2024f (patch)
tree70270805fd930c7c057aaf3342c58fb943add58d /update_jdn.sh
parente49fc9a644359fda0c25cfc116b99d622386103a (diff)
downloadjenkins.debian.net-b9e6426c9dbd004616ea70e6b453001639f2024f.tar.xz
reproducible fdroid: give the jenkins user access to libvirt too
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 0ae4f529..4af019c3 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -124,7 +124,7 @@ sudo mkdir -p /srv/workspace
[ -h /chroots ] || sudo ln -s /srv/workspace/chroots /chroots
[ -h /schroots ] || sudo ln -s /srv/schroots /schroots
-if [ "$HOSTNAME" = "jenkins-test-vm" ] || [ "$HOSTNAME" = "profitbricks-build10-amd64" ] ; then
+if [ "$HOSTNAME" = "jenkins-test-vm" ] || [ "$HOSTNAME" = "profitbricks-build10-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ; then
# jenkins needs access to libvirt
sudo adduser jenkins libvirt
sudo adduser jenkins libvirt-qemu