]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
host props: support "homedir"
authorIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 28 Jan 2013 18:04:19 +0000 (18:04 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 29 Jan 2013 11:20:35 +0000 (11:20 +0000)
ts-xen-build

index 9b95b9de5d134545ac95638411a0323308af51ac..19e68822061cb2b9e4032812ba0f259423fe4c1b 100755 (executable)
@@ -13,7 +13,8 @@ $whhost ||= 'host';
 our $ho= selecthost($whhost);
 
 my $leaf= "build.$flight.$job";
-my $builddir= "/home/osstest/$leaf";
+my $homedir = get_host_property($ho, 'homedir', '/home/osstest');
+my $builddir= "$homedir/$leaf";
 
 my $makeflags= get_host_property($ho, 'build make flags', '-j4');