Pass @ from sg-run-job. This is the only call site for
ts-xen-build-prep, so it can lose the open-coded test for SharedReady.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
proc prepare-build-host-linux {} {
global jobinfo
run-ts broken host-install(*) ts-host-install-twice + --build
- run-ts . host-build-prep ts-xen-build-prep
+ run-ts . host-build-prep ts-xen-build-prep + @host
}
proc prepare-build-host-freebsd {} {
our ($whhost) = @ARGV;
$whhost ||= 'host';
our $ho= selecthost($whhost);
-exit 0 if $ho->{SharedReady};
our ($vg,$lv);