*** SERVER-SIDE build ONLY***
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Nov 2020 10:28:18 +0000 (11:28 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Nov 2020 10:28:20 +0000 (11:28 +0100)
porting the complete stack has become too heavy
in particular with the withdrawal of python2, but not only
as tens of different sources of problems have arisen over time
so, from this point on I only intend to build the 3 server-side basic tools
i.e. the PLC API plcapi, its web interface plewww, and sfa

lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 5cb8194..1443d25 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -8,6 +8,14 @@
 # see doc in Makefile
 #
 
+
+
+### starting with f31 : server-side-only
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f31 f33)"
+###
+
+
+
 ### the madwifi drivers ship with fedora16's kernel rpm
 
 #
@@ -140,7 +148,7 @@ ALL += pf2slice
 #95 |    let toread = Unix.read fd buf 0 toread in
 #                                ^^^
 #Error: This expression has type string but an expression was expected of type bytes
-# 
+#
 ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33)"
 vsys-MODULES := vsys
 vsys-SPEC := vsys.spec
@@ -191,6 +199,15 @@ IN_SLICEIMAGE += sliver-openvswitch
 ALL += sliver-openvswitch
 endif
 
+
+
+### server-side-only
+endif
+### server-side-only
+
+
+
+
 #
 # plcapi
 #
@@ -249,6 +266,12 @@ endif
 #ALL += monitor
 #IN_NODEIMAGE += monitor
 
+
+### server-side-only
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f31 f33)"
+### server-side-only
+
+
 #
 # PLC RT
 #
@@ -370,6 +393,12 @@ slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
 slicerepo-RPMDATE := yes
 ALL += slicerepo
 
+
+### server-side-only
+endif
+### server-side-only
+
+
 #
 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
 #