From 90f97c5e2516eb07c2835e690a140a77791c3a4c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 28 Aug 2015 18:47:10 +0100 Subject: [PATCH] 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 --- mfi-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index 991baf5..aaaeac9 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 \ -- 2.39.5