From: Thierry Parmentelat Date: Thu, 20 Feb 2014 10:12:38 +0000 (+0100) Subject: do not build mod_python anymore, this is not needed any longer now that the wsgi... X-Git-Tag: 5.3.2~40 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=dd58c0c6cbaee1f60668fe013465475566d6ed85 do not build mod_python anymore, this is not needed any longer now that the wsgi flavour of myplc has been made robust --- diff --git a/lxc-tags.mk b/lxc-tags.mk index 6b8eb46e..b0240d13 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -30,7 +30,6 @@ vsys-scripts-GITPATH := git://git.planet-lab.org/vsys-scripts.git@vsy bind_public-GITPATH := git://git.planet-lab.org/bind_public.git@bind_public-0.1-2 sliver-openvswitch-GITPATH := git://git.onelab.eu/sliver-openvswitch.git@sliver-openvswitch-2.0.90-1 plcapi-GITPATH := git://git.planet-lab.org/plcapi.git@master -mod_python-GITPATH := git://git.onelab.eu/mod_python.git@mod_python-3.3.1-1 drupal-GITPATH := git://git.planet-lab.org/drupal.git@drupal-4.7-15 plewww-GITPATH := git://git.planet-lab.org/plewww.git@plewww-5.2-4 www-register-wizard-SVNPATH := http://svn.planet-lab.org/svn/www-register-wizard/tags/www-register-wizard-4.3-5 diff --git a/lxc.mk b/lxc.mk index f12c89b7..f996e24a 100644 --- a/lxc.mk +++ b/lxc.mk @@ -274,23 +274,6 @@ plcapi-SPEC := plcapi.spec ALL += plcapi IN_MYPLC += plcapi -# -# mod_python -# -# this was dropped in fedora18, at which point the intention has been to -# move to wsgi instead; however our using wsgi currently looks unstable -# so you have the option to install this manually, in which case myplc will -# swap to using mod_python - see plc.d/httpd -ifeq "$(DISTRO)" "Fedora" -ifneq "$(DISTRONAME)" "f16" -mod_python-MODULES := mod_python -mod_python-SPEC := mod_python.spec -mod_python-STOCK-DEVEL-RPMS := httpd-devel -mod_python-BUILD-FROM-SRPM := yes -ALL += mod_python -endif -endif - # # drupal #