summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-12-22 13:06:23 -0500
committerHolger Levsen <holger@layer-acht.org>2016-12-22 19:16:31 +0100
commit1969db6d03da0519898d2c3b749d2455c6aeb3cb (patch)
tree0c280e379b595201793603c1be207706daa522c1 /hosts
parent27b847702c9291efde6e971c659f325e63b201df (diff)
downloadjenkins.debian.net-1969db6d03da0519898d2c3b749d2455c6aeb3cb.tar.xz
reproducible FreeBSD: add sudoers rule for 'make packages'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/freebsd-jenkins/usr/local/etc/sudoers1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers
index 06e26d9f..fbff205f 100644
--- a/hosts/freebsd-jenkins/usr/local/etc/sudoers
+++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers
@@ -94,6 +94,7 @@ root ALL=(ALL) ALL
# for reproducible builds:
jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \
/usr/bin/make -j ? buildkernel, \
+ /usr/bin/make -j ? PKG_VERSION=current packages, \
/usr/bin/make -j ? installworld, \
/usr/bin/make -j ? installkernel, \
/usr/bin/make -j ? distribution, \