extras-buildsys/server main.py,1.2,1.3

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Jul 7 16:20:59 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/server
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30294/server

Modified Files:
	main.py 
Log Message:
Turn of lighttpd since it's not working with the new SSL stuff yet


Index: main.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/server/main.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- main.py	6 Jul 2005 21:21:01 -0000	1.2
+++ main.py	7 Jul 2005 16:20:57 -0000	1.3
@@ -35,7 +35,7 @@
 # Load in the config
 execfile("/etc/plague/server/CONFIG.py")
 
-use_lighttpd = True
+use_lighttpd = False
 
 
 class AuthenticatedSSLXMLRPCServer(AuthedXMLRPCServer.AuthedSSLXMLRPCServer):




More information about the scm-commits mailing list