[Qa-jenkins-scm] [jenkins.debian.net] 03/03: fix path in allowed sudoers command
Mattia Rizzolo
mattia at debian.org
Wed Apr 4 17:51:13 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 5b130098f112838b000aa2c2545f7a3313a434b7
Author: Mattia Rizzolo <mattia at debian.org>
Date: Wed Apr 4 19:51:01 2018 +0200
fix path in allowed sudoers command
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
hosts/jenkins/etc/sudoers.d/jenkins | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/jenkins/etc/sudoers.d/jenkins b/hosts/jenkins/etc/sudoers.d/jenkins
index 96cf41f..21c3345 100644
--- a/hosts/jenkins/etc/sudoers.d/jenkins
+++ b/hosts/jenkins/etc/sudoers.d/jenkins
@@ -5,7 +5,7 @@ jenkins ALL= \
/usr/bin/tee /etc/schroot/chroot.d/jenkins*, \
/bin/chmod +x /schroots/*, \
/bin/chmod +x /chroots/*, \
- /bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroot/*, \
+ /bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroots/*, \
/usr/sbin/chroot /schroots/*, \
/usr/sbin/chroot /chroots/*, \
/usr/sbin/chroot /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