From e7eaceac240d236fe4f3012b747feccabf69535a Mon Sep 17 00:00:00 2001 From: parmentelat Date: Tue, 18 Dec 2018 15:16:07 +0100 Subject: [PATCH] turn off sfa build on both 27 and 29 --- lxc.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxc.mk b/lxc.mk index 8c8175a2..563590c4 100644 --- a/lxc.mk +++ b/lxc.mk @@ -503,9 +503,12 @@ ALL += release # # sfa - Slice Facility Architecture # -# this is python2, somehow the tests won't pass on f29, so let's move on +# this is python2, somehow the tests won't pass against a py3 plcapi +# oddly enough, when the py2 sfa code issues xmlrpc calls over ssl +# to the underlying myplc, we get SSL handshake issues +# so, let's keep this out of the way for now # -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa -- 2.43.0