Closed mtelvers closed 3 weeks ago
For me sudo_fallback
sounds like the function will try something once, then if it fails try something else in sudo mode. What about adding a ?fallback
argument to the sudo
function?
Yes, I ditched this in favour of https://github.com/ocurrent/obuilder/pull/193.
This may look like a lot of changes, but really, it's just a single line. The new behaviour will now retry the unmount on failure with the addition of the
-f
flag.to
Addresses https://github.com/ocurrent/ocaml-ci/issues/975