extras-buildsys/www/template main.psp,1.3,1.4

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Nov 25 04:45:20 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/www/template
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31433/www/template

Modified Files:
	main.psp 
Log Message:
2005-11-24  Dan Williams  <dcbw at redhat.com>

    * client/client.py
      server/Builder.py
      www/template/main.psp
        - Use timeouts for XMLRPC clients

2005-11-24  Dan Williams  <dcbw at redhat.com>

    * common/AuthedXMLRPMServer.py
      common/SSLCommon.py
      common/SSLConnection.py
      common/XMLRPCServerProxy.py
        - Implement socket timeouts for XMLRPC client & server




Index: main.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/template/main.psp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- main.psp	26 Jul 2005 23:42:17 -0000	1.3
+++ main.psp	25 Nov 2005 04:45:18 -0000	1.4
@@ -11,7 +11,7 @@
 certs['peer_ca_cert'] = config_opts['server_ca_cert']
 
 hostname_string = "https://%s:8887" % config_opts['server']
-server = XMLRPCServerProxy.PlgXMLRPCServerProxy(hostname_string, certs)
+server = XMLRPCServerProxy.PlgXMLRPCServerProxy(hostname_string, certs, timeout=20)
 
 action = 'status'
 user_email = ''




More information about the fedora-extras-commits mailing list