Commit 17e4adb4 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: fix sudoers syntax



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 551e5e39
...@@ -15,7 +15,7 @@ jenkins ALL= \ ...@@ -15,7 +15,7 @@ jenkins ALL= \
/bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroots/*, \ /bin/tar -c --exclude ./sys/\* --exclude ./proc/\* -f /schroots/*, \
/bin/tar xzf archlinux-bootstrap-*tar.gz -C /schroots, \ /bin/tar xzf archlinux-bootstrap-*tar.gz -C /schroots, \
/bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/reproducible-alpine.new, \ /bin/tar xzf ./alpine-minirootfs-*.tar.gz -C /schroots/reproducible-alpine.new, \
/bin/tar --mtime=* --clamp-mtime -C /srv/workspace/* -cf * \ /bin/tar --mtime=* --clamp-mtime -C /srv/workspace/* -cf *, \
/usr/sbin/chroot /schroots/*, \ /usr/sbin/chroot /schroots/*, \
/usr/sbin/chroot /chroots/*, \ /usr/sbin/chroot /chroots/*, \
/usr/sbin/chroot /media/*, \ /usr/sbin/chroot /media/*, \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment