diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-14 12:44:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-14 12:44:11 +0100 |
commit | f7088b89f5de284223aa5ace719b107ce9f98796 (patch) | |
tree | d02be31f51a3de175ad41c965168c967ccac7765 /hosts/freebsd-jenkins/usr/local/etc | |
parent | ca4329bad79e15a96660787e726baf23cbec52df (diff) | |
download | jenkins.debian.net-f7088b89f5de284223aa5ace719b107ce9f98796.tar.xz |
reproducible freebsd: do the 2nd build 398 days in future
Diffstat (limited to 'hosts/freebsd-jenkins/usr/local/etc')
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index 978b0b84..cd3a3d70 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -104,7 +104,11 @@ jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \ /usr/sbin/chown jenkins /usr/src, \ /usr/bin/find /srv/reproducible-results/* -newer /srv/reproducible-results/* -exec touch *, \ /usr/bin/find /srv/reproducible-results/* -print0, \ - /usr/bin/tar --null -T - --no-recursion -cJf *.tar.xz + /usr/bin/tar --null -T - --no-recursion -cJf *.tar.xz, \ + /usr/sbin/service ntpd start, \ + /usr/sbin/service ntpd stop, \ + /usr/sbin/service ntpd status, \ + /usr/sbin/ntpdate -b pool.ntp.org ## Uncomment to allow any user to run sudo if they know the password |