Jobs generated by make-hosts-flight do not need to (and therefore do
not) set any hostflags: they set a `host' runvar instead, for the
specific host. Do not pointlessly bomb out in this situation.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
print DEBUG "HID $ident OVERRIDE $hid->{OverrideUse}\n";
}
my @flags= get_hostflags($ident);
- die "no hostflags?!" unless @flags;
+ die "no hostflags?!" unless @flags or
+ $hid->{OverrideUse} or $r{$ident};
print DEBUG "HID $ident FLAGS @flags\n";
$hid->{Ident}= $ident;
my %flags;