[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: allow sudo where schroot-create.sh needs it
Holger Levsen
holger at moszumanska.debian.org
Mon Sep 28 13:51:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 7876b92be463412935dc7e9e4a65d102ebf339e1
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Sep 28 15:42:26 2015 +0200
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(-)
diff --git a/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins b/hosts/profitbricks-build1-amd64/etc/sudoers.d/jenkins
index d75335f..e4ed15b 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/*, \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list