[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v7 14/15] make-distros-flight: don't bother building for XSM or libvirt.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- make-distros-flight | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/make-distros-flight b/make-distros-flight index c61f5c8..49f4b60 100755 --- a/make-distros-flight +++ b/make-distros-flight @@ -39,7 +39,15 @@ case $branch in esac job_create_build_filter_callback () { - : + local job=$1; shift + + case "$job" in + build-*-libvirt) return 1;; + esac + case " $* " in + *" enable_xsm=true "*) return 1;; + esac + return 0 } if [ x$buildflight = x ]; then -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |