This allows more-locally overriding a more-global oot setting.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* `really`: Use `really` from `chiark-really.deb`.
`user` must be given as well.
+ * `disable': Disable this feature, even if `dir` is set.
+
* `command`: The command to run for `command_sh` or `command_args`.
* `user`: The local username for `really` and `ssh`, or
$cargo_lock_update=0;
return;
}
+ if ($use eq 'disable') {
+ $oot_dir = undef;
+ return;
+ }
$oot_dir //= 'Build';
}