Commit fe7da4e6 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Arch Linux: fix incorrect sudoers regex

parent 6d3499ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ jenkins ALL= \
	/bin/chmod +x /schroots/*, \
	/bin/chmod +x /chroots/*, \
	/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, \
	/usr/sbin/chroot /schroots/*, \
	/usr/sbin/chroot /chroots/*, \
	/usr/sbin/chroot /media/*, \