Verified Commit f5d604d7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

jenkins: let jenkins umount another directory

needed after 8139f77f



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e6c13507
...@@ -29,6 +29,7 @@ jenkins ALL= \ ...@@ -29,6 +29,7 @@ jenkins ALL= \
/bin/umount -l /chroots/*, \ /bin/umount -l /chroots/*, \
/bin/umount -l /schroots/*, \ /bin/umount -l /schroots/*, \
/bin/umount -l /media/*, \ /bin/umount -l /media/*, \
/bin/umount /srv/schroots/*, \
/bin/rmdir /media/*, \ /bin/rmdir /media/*, \
/bin/mount -o loop*, \ /bin/mount -o loop*, \
/bin/mount --bind *, \ /bin/mount --bind *, \
......
...@@ -27,6 +27,7 @@ jenkins ALL= \ ...@@ -27,6 +27,7 @@ jenkins ALL= \
/bin/umount -l /chroots/*, \ /bin/umount -l /chroots/*, \
/bin/umount -l /schroots/*, \ /bin/umount -l /schroots/*, \
/bin/umount -l /media/*, \ /bin/umount -l /media/*, \
/bin/umount /srv/schroots/*, \
/bin/rmdir /media/*, \ /bin/rmdir /media/*, \
/bin/mount -o loop*, \ /bin/mount -o loop*, \
/bin/mount --bind *, \ /bin/mount --bind *, \
......
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