[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/5] mfi-common: Do not set di_version runvar to empty string in build jobs
2601498df77c "mfi-common: Do not set di_version runvar to empty string" fixed the test jobs but not the build jobs, because the setting of hostos_runvars was (it seems) cloned-and-hacked, and it fixed only one instance. Now that we have set_hostos_runvars, use it in create_build_jobs too. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- mfi-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index 93cc3da..971ded3 100644 --- a/mfi-common +++ b/mfi-common @@ -134,7 +134,7 @@ create_build_jobs () { *) suite=$defsuite; di_version=$defdi_version;; esac - hostos_runvars="all_host_suite=$suite all_host_di_version=$di_version" + set_hostos_runvars # In 4.4 onwards xend is off by default. If necessary we build a # separate set of binaries with xend enabled in order to run those -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |