From: Thierry Parmentelat Date: Thu, 23 Feb 2012 17:17:19 +0000 (+0100) Subject: turn off sfa on f12 X-Git-Tag: 5.0-rc27~114 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=00813d177975abab3e9270d918e8b940dcc0f856;p=build.git turn off sfa on f12 --- diff --git a/onelab.mk b/onelab.mk index 2b332238..5f61aacd 100644 --- a/onelab.mk +++ b/onelab.mk @@ -383,8 +383,9 @@ ALL += ejabberd endif # sfa now uses the with statement that's not supported on python-2.4 - not even through __future__ +# In addition we now use sqlalchemy and 0.5 as per f12 is not compatible with our model build_sfa=true -ifeq "$(DISTRONAME)" "centos5" +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)" build_sfa=false endif @@ -395,11 +396,11 @@ ifeq "$(build_sfa)" "true" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa -endif sface-MODULES := sface sface-SPEC := sface.spec ALL += sface +endif # # nodeconfig