From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 10/33] mfi-common: Use job_create_build for build-*-prev Date: Thu, 17 Sep 2015 18:37:37 +0100 Message-ID: <1442511480-32587-11-git-send-email-ian.jackson@eu.citrix.com> References: <1442511480-32587-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcd8Q-0006Mq-Hb for xen-devel@lists.xenproject.org; Thu, 17 Sep 2015 17:38:14 +0000 In-Reply-To: <1442511480-32587-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 \ -- 1.7.10.4