[uwsgi] Adding extra plugins, taking python3 out

Jorge A Gallegos kad at fedoraproject.org
Wed Jun 27 07:04:56 UTC 2012


commit c7067d1aac566f56dfdd15a22e77040a45b23841
Author: Jorge A Gallegos <kad at blegh.net>
Date:   Tue Jun 26 23:51:22 2012 -0700

    Adding extra plugins, taking python3 out
    
    Because now python3 plugin relies on the interpreter compiling it, it
    has to be built separately (see
    http://projects.unbit.it/uwsgi/wiki/Guide4Packagers)
    I also added a handful of extra plugins, and am now inheriting from base

 fedora.ini |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora.ini b/fedora.ini
index 4f1f839..36065c4 100644
--- a/fedora.ini
+++ b/fedora.ini
@@ -1,5 +1,5 @@
 [uwsgi]
-inherit = default
+inherit = base
 embedded_plugins = echo, ping, http
-plugins = rack, psgi, python, nagios, fastrouter, admin, python32, ruby19, cache, cgi, rpc, ugreen, greenlet, lua
+plugins = rack, psgi, python, nagios, fastrouter, admin, ruby19, cache, cgi, rpc, ugreen, greenlet, lua, php, carbon, rrdtool, rsyslog, syslog
 


More information about the scm-commits mailing list