<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python (nose) Test Coverage on Buildbot</title>
	<atom:link href="http://www.codelord.net/2010/05/09/python-nose-test-coverage-on-buildbot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codelord.net/2010/05/09/python-nose-test-coverage-on-buildbot/</link>
	<description>A place a coder rants at...</description>
	<lastBuildDate>Sat, 28 Jan 2012 18:32:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aviv Ben-Yosef</title>
		<link>http://www.codelord.net/2010/05/09/python-nose-test-coverage-on-buildbot/#comment-470</link>
		<dc:creator>Aviv Ben-Yosef</dc:creator>
		<pubDate>Sat, 04 Jun 2011 16:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codelord.net/?p=155#comment-470</guid>
		<description>Nikunj: AFAIK, &quot;addURL&quot; needs to be called from the &quot;createSummary&quot; method. Did you try it that way?</description>
		<content:encoded><![CDATA[<p>Nikunj: AFAIK, &#8220;addURL&#8221; needs to be called from the &#8220;createSummary&#8221; method. Did you try it that way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikunj</title>
		<link>http://www.codelord.net/2010/05/09/python-nose-test-coverage-on-buildbot/#comment-469</link>
		<dc:creator>Nikunj</dc:creator>
		<pubDate>Mon, 23 May 2011 06:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codelord.net/?p=155#comment-469</guid>
		<description>Hi,
I am a beginner and using buildbot to automate my build/execute process for libc. 
I wanted to use addURL() method for custom URLs at the build status page. I read the manual but couldnt understand it.! 
Please give me a simple example how to accomplish it.? 
Ex. If I do,
{
class Test(BuildStep):
   def createlink(self, log):
     url = &quot;http://www.google.com&quot;
     self.addURL(&quot;coverage&quot;, url)

f1 = factory.BuildFactory()
f1.addStep(shell.ShellCommand( blah blah ))
}

I want to use custom url for the above f1.addStep()
Please guide !!

Thanks,
Nikunj</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am a beginner and using buildbot to automate my build/execute process for libc.<br />
I wanted to use addURL() method for custom URLs at the build status page. I read the manual but couldnt understand it.!<br />
Please give me a simple example how to accomplish it.?<br />
Ex. If I do,<br />
{<br />
class Test(BuildStep):<br />
   def createlink(self, log):<br />
     url = &#8220;http://www.google.com&#8221;<br />
     self.addURL(&#8220;coverage&#8221;, url)</p>
<p>f1 = factory.BuildFactory()<br />
f1.addStep(shell.ShellCommand( blah blah ))<br />
}</p>
<p>I want to use custom url for the above f1.addStep()<br />
Please guide !!</p>
<p>Thanks,<br />
Nikunj</p>
]]></content:encoded>
	</item>
</channel>
</rss>

