]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
wip reorg fixups
authorIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 16 Oct 2012 18:24:56 +0000 (19:24 +0100)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 16 Oct 2012 18:24:56 +0000 (19:24 +0100)
Osstest/JobDB/Executive.pm
Osstest/JobDB/Standalone.pm
ts-xen-build-prep

index f5bf36154ee5758d414b08ddee9b2d9ae8982731..e9ab3bd918141352e9886aa974fb3b8bc2df24f7 100644 (file)
@@ -124,4 +124,9 @@ sub gen_ether_offset ($$) { #method
     return $flight & 0xff;
 }
 
+sub jobdb_resource_shared_mark_ready { #method
+    my $mo = shift @_;
+    resource_shared_mark_ready(@_);
+}
+
 1;
index e1d473efe72eecef7710953636a57a2f2aa88ec5..c23f27ccb644c036adac8ccfd86408e4ab06a693 100644 (file)
@@ -77,5 +77,7 @@ sub gen_ether_offset ($$) { #method
     my ($mo,$ho,$fl) = @_;
     return $< & 0xffff;
 }
+sub jobdb_resource_shared_mark_ready { }
+
 
 1;
index a6251a9004ce0475a9cdab86211d9a62925b7c42..eb3f8c692b8105ef1d0a625407cecd269209b395 100755 (executable)
@@ -225,5 +225,6 @@ cacheing_git_mount();
 cacheing_git_install();
 ccache_setup();
 lvextend_stage2();
-resource_shared_mark_ready($ho->{Ident}, $ho->{Name},
-                           "build-".$ho->{Suite}."-".$r{arch});
+
+$mjobdb->jobdb_resource_shared_mark_ready
+   ($ho->{Ident}, $ho->{Name}, "build-".$ho->{Suite}."-".$r{arch});