From 7876b92be463412935dc7e9e4a65d102ebf339e1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 28 Sep 2015 15:42:26 +0200 Subject: reproducible: allow sudo where schroot-create.sh needs it --- hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins index d75335f9..e4ed15b3 100644 --- a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins +++ b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins @@ -1,9 +1,10 @@ jenkins ALL= \ NOPASSWD: /usr/sbin/debootstrap *, \ - /usr/bin/tee /chroots/*, \ - /usr/bin/tee -a /chroots/*, \ + /usr/bin/tee /schroots/*, \ + /usr/bin/tee -a /schroots/*, \ /usr/bin/tee /etc/schroot/chroot.d/jenkins*, \ - /bin/chmod +x /chroots/*, \ + /bin/chmod +x /schroots/*, \ + /usr/sbin/chroot /schroots/*, \ /usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /media/*, \ /bin/ls -la /media/*, \ -- cgit v1.2.3-54-g00ecf