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

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Nov 24 22:39:11 UTC 2005


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	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




Index: main.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/template/main.psp,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -r1.3 -r1.3.4.1
--- main.psp	26 Jul 2005 23:42:17 -0000	1.3
+++ main.psp	24 Nov 2005 22:39:09 -0000	1.3.4.1
@@ -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