diff options
author | Ed Maste <emaste@freebsd.org> | 2016-12-22 13:06:23 -0500 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-22 19:16:31 +0100 |
commit | 1969db6d03da0519898d2c3b749d2455c6aeb3cb (patch) | |
tree | 0c280e379b595201793603c1be207706daa522c1 | |
parent | 27b847702c9291efde6e971c659f325e63b201df (diff) | |
download | jenkins.debian.net-1969db6d03da0519898d2c3b749d2455c6aeb3cb.tar.xz |
reproducible FreeBSD: add sudoers rule for 'make packages'
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 1 |
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, \ |