X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lxc.mk;h=8c8175a229f77e7a5da7e97d28eab9cc76d75c63;hp=1ba12c7fb3a944b8c41ccdc8d4f57108d67e9135;hb=bc92fbd729d0e34f89e2edea7596763a1739fe9f;hpb=cb9182c48645e137737e1ad21e229a6eb6909ed3 diff --git a/lxc.mk b/lxc.mk index 1ba12c7f..8c8175a2 100644 --- a/lxc.mk +++ b/lxc.mk @@ -503,6 +503,10 @@ ALL += release # # sfa - Slice Facility Architecture # +# this is python2, somehow the tests won't pass on f29, so let's move on +# +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa +endif