X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=8db78c73a2c93fcc28ee35436ebd339278196aa6;hb=56ccc49f3e543751f4d1b638a4c8ea087e80a5cc;hp=59f239f8a62a58530c7495ab0c64ff617507a1b0;hpb=65c1915457489059193fd242a1b1f94a95cb1a3f;p=build.git diff --git a/lxc.mk b/lxc.mk index 59f239f8..8db78c73 100644 --- a/lxc.mk +++ b/lxc.mk @@ -429,9 +429,15 @@ ALL += release # to the underlying myplc, we get SSL handshake issues # so, let's keep this out of the way for now # 2019 mar 27: reinstating for hopefully connecting fed4fire -# -#ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29 f31)" +# 2022 apr 28: +# we currently run on r2labapi.inria.fr a hybrid f33/f34/f35 +# that has python2 (recipe from f33) + php-7.4 (from f34) and httpd-2.4.53 (from f35) +# and we'll hold to that until end of june 2022 +# however the python2 ecosystem is too far-fetched now +# so we're dropping for good support for sfa, last version is f33 +# +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa -#endif +endif