summaryrefslogtreecommitdiffstats
path: root/hosts/freebsd-jenkins
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-15 11:26:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-15 11:26:40 +0200
commit51ef0adaa99bd3fba96f9bef74065e9dc778c191 (patch)
tree9a6a041fc36b06523a0a90614b1528a1d8b5f2e6 /hosts/freebsd-jenkins
parent8a6ca0193595e0bf9c8a5a4ab8cc10501f62de7d (diff)
downloadjenkins.debian.net-51ef0adaa99bd3fba96f9bef74065e9dc778c191.tar.xz
reproducible freebsd: widen sudoers
Diffstat (limited to 'hosts/freebsd-jenkins')
-rw-r--r--hosts/freebsd-jenkins/usr/local/etc/sudoers3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers
index 831f220a..3c749c08 100644
--- a/hosts/freebsd-jenkins/usr/local/etc/sudoers
+++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers
@@ -92,7 +92,8 @@ root ALL=(ALL) ALL
# %sudo ALL=(ALL) ALL
# for reproducible builds:
-jenkins ALL= NOPASSWD: /usr/bin/make buildworld, \
+jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \
+ /usr/bin/make -j ? buildkernel, \
/bin/rm -r /usr/src /usr/obj, \
/bin/rm -r /usr/obj/releasedir /usr/obj/destdir.*, \
/bin/mkdir /usr/src /usr/obj, \