From: Ian Jackson Date: Fri, 28 Aug 2015 17:47:10 +0000 (+0100) Subject: mfi-common: Use job_create_build for build-*-prev X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=90f97c5e2516eb07c2835e690a140a77791c3a4c;p=people%2Fiwj%2Fosstest.git mfi-common: Use job_create_build for build-*-prev This causes it to call job_create_build_filter_callback but has no ultimate functional change. Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/mfi-common b/mfi-common index 991baf52..aaaeac9e 100644 --- a/mfi-common +++ b/mfi-common @@ -216,7 +216,7 @@ create_build_jobs () { # only pass tree_xen and revision_xen here and therefore # pickup the versions implicitly selected by the # $REVISION_PREVXEN. - ./cs-job-create $flight build-$arch-prev build \ + job_create_build build-$arch-prev build \ arch=$arch enable_xend=false enable_ovmf=$enable_ovmf \ enable_xsm=false \ tree_xen=$TREE_XEN \