diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-09 21:27:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-09 21:27:38 +0100 |
commit | d518fb6aa79613c67ad8d520e5c79e52ba8c4580 (patch) | |
tree | 70b7cc0ac73d903dc45f2ec058a95649bbf717f1 /hosts | |
parent | 6a63fce9cb930618383c77f1c1dfc76cf8684d78 (diff) | |
download | jenkins.debian.net-d518fb6aa79613c67ad8d520e5c79e52ba8c4580.tar.xz |
reproducible freebsd: fixup syntax, thanks Daniel Shahaf for spotting this
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index 79f1ed0c..57102101 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -110,7 +110,7 @@ jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \ /usr/bin/find /srv/reproducible-results/* -newer /srv/reproducible-results/* -exec touch *, \ /usr/bin/find /srv/reproducible-results/* -print0, \ /usr/bin/tar --no-recursion --null -T - -cJf *.tar.xz, \ - /usr/bin/tar -C /usr/obj/usr/src -cf - repo \ + /usr/bin/tar -C /usr/obj/usr/src -cf - repo, \ /usr/sbin/service ntpd start, \ /usr/sbin/service ntpd stop, \ /usr/sbin/service ntpd status, \ |