Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
our $ho= selecthost($whhost);
exit 0 if $ho->{SharedReady};
+sub install_deps () {
+ target_install_packages($ho, qw(git));
+}
+
+install_deps();
+
our $path_prefix = $r{"freebsd_distpath"} ||
get_stashed("path_freebsddist", $r{"freebsdbuildjob"});
selectbuildhost(\@ARGV);
builddirsprops();
-sub install_deps () {
- target_install_packages($ho, qw(git));
-}
-
sub checkout () {
prepbuilddirs();
store_runvar("path_freebsddist", "build/");
}
-install_deps();
checkout();
build();
stash();