On 03/11/2011 04:16 AM, Dilip M wrote: > Hi, > > When I do koji list-tags, I am getting _extra_ info. Which > service/config is getting it?
You appear to have enabled the debug_xmlrpc option. This is controlled with the --debug-xmlrpc command line option, but it can also be set in the config files. Check your ~/.koji/config and possibly /etc/koji.conf. > $ koji list-tags > connect: (localhost, 80) > send: 'POST /kojihub HTTP/1.0\r\nHost: localhost\r\nUser-Agent: > xmlrpclib.py/1.0.1 (by www.pythonware.com)\r\nContent-Type: > text/xml\r\nContent-Length: 107\r\n\r\n' > send: "<?xml > version='1.0'?>\n<methodCall>\n<methodName>getAPIVersion</methodName>\n<params>\n</params>\n</methodCall>\n" > reply: 'HTTP/1.1 200 OK\r\n' > header: Date: Fri, 11 Mar 2011 08:33:47 GMT > header: Server: Apache/2.2.10 (Fedora) > header: Content-Length: 121 > header: Connection: close > header: Content-Type: text/xml > body: "<?xml > version='1.0'?>\n<methodResponse>\n<params>\n<param>\n<value><int>1</int></value>\n</param>\n</params>\n</methodResponse>\n" ... -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
