status-report-scripts parseBZbugList,1.78,1.79

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Wed Jul 11 14:58:03 UTC 2007


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2087

Modified Files:
	parseBZbugList 
Log Message:
Experimenting with XMLRPC SSL read timeouts.


Index: parseBZbugList
===================================================================
RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- parseBZbugList	5 Jul 2007 21:05:09 -0000	1.78
+++ parseBZbugList	11 Jul 2007 14:58:00 -0000	1.79
@@ -31,6 +31,8 @@
 my $rpc = new XMLRPC::Lite (
   proxy => 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi'
 );
+# Not sure of the way to increase the timeout on reading...
+#$rpc->transport->timeout(360);
 
 my %opt;
 my @options = ( "help", "repourl=s", "o=s", "d=s", "cvs=s",




More information about the fedora-extras-commits mailing list