Skip to content
Snippets Groups Projects
Commit e6e206c6 authored by Holger Levsen's avatar Holger Levsen
Browse files

FreeBSD: fix sudoers to allow build

parent 0a1a6f9f
No related branches found
No related tags found
No related merge requests found
......@@ -94,14 +94,14 @@ root ALL=(ALL) ALL
# %sudo ALL=(ALL) ALL
# for reproducible builds:
jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \
/usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildworld, \
/usr/bin/make -j ? buildkernel, \
/usr/bin/make -j ? WITH_REPRODUCIBLE_BUILD=yes buildkernel, \
/usr/bin/make -j ? PKG_VERSION=current packages, \
/usr/bin/make -j ? installworld, \
/usr/bin/make -j ? installkernel, \
/usr/bin/make -j ? distribution, \
jenkins ALL= NOPASSWD: /usr/bin/make -j ^[0-9]+$ buildworld, \
/usr/bin/make -j ^[0-9]+$ WITH_REPRODUCIBLE_BUILD=yes buildworld, \
/usr/bin/make -j ^[0-9]+$ buildkernel, \
/usr/bin/make -j ^[0-9]+$ WITH_REPRODUCIBLE_BUILD=yes buildkernel, \
/usr/bin/make -j ^[0-9]+$ PKG_VERSION=current packages, \
/usr/bin/make -j ^[0-9]+$ installworld, \
/usr/bin/make -j ^[0-9]+$ installkernel, \
/usr/bin/make -j ^[0-9]+$ distribution, \
/bin/rm -rf /usr/src, \
/bin/rm -r /srv/reproducible-results/* /srv/reproducible-results/*.tar.xz, \
/bin/chflags -R noschg /srv/reproducible-results/*, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment