[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: fix pathes

Holger Levsen holger at moszumanska.debian.org
Wed Aug 12 12:01:01 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 434f38b6fbff64a6ce2baedea55b648a74644ded
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 12 13:59:37 2015 +0200

    reproducible freebsd: fix pathes
---
 hosts/freebsd-jenkins/usr/local/etc/sudoers | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers
index 6cbddda..0be3749 100644
--- a/hosts/freebsd-jenkins/usr/local/etc/sudoers
+++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers
@@ -93,9 +93,9 @@ root ALL=(ALL) ALL
 
 # for reproducible builds:
 jenkins ALL= NOPASSWD: /usr/bin/make buildworld, \
-	rm -r /usr/src /usr/obj, \
-	mkdir /usr/src /usr/obj, \
-	chown jenkins /usr/src /usr/obj
+	/bin/rm -r /usr/src /usr/obj, \
+	/bin/mkdir /usr/src /usr/obj, \
+	/usr/sbin/chown jenkins /usr/src /usr/obj
 
 ## Uncomment to allow any user to run sudo if they know the password
 ## of the user they are running the command as (root by default).

-- 
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