[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] Apply PYTHON_PREFIX_ARG workaround to Xen 4.2 and earlier(Was: Re: [xen-4.2-testing test] 25126: regressions - FAIL)
Ian Campbell writes ("[PATCH OSSTEST] Apply PYTHON_PREFIX_ARG workaround to Xen 4.2 and earlier(Was: Re: [Xen-devel] [xen-4.2-testing test] 25126: regressions - FAIL)"): > Like this, tested only the make-flight bit and ran perl -c on > ts-xen-build to check syntax. After discussion, I have pushed this instead. From 76eeba138e8e22119f8fe0bff0e354daeb4506aa Mon Sep 17 00:00:00 2001 From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Wed, 19 Feb 2014 15:58:20 +0000 Subject: [OSSTEST PATCH] ts-xen-build: Apply python workaround in wheezy too Debian #693721 is not yet fixed. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-xen-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-xen-build b/ts-xen-build index 74d17f0..c8b27b7 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -88,7 +88,7 @@ END (nonempty($r{revision_linux}) ? <<END : ''). echo >>.config export $linux_rev_envvar='$r{revision_linux}' END - ($ho->{Suite} =~ m/squeeze/ ? <<END : ''). + ($ho->{Suite} =~ m/squeeze|wheezy/ ? <<END : ''). #Debian #693721 echo >>.config PYTHON_PREFIX_ARG= END (nonempty($kerns) ? <<END : <<END) -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |