<?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: HOWTO: Setting up CruiseControl.rb on Slicehost</title>
	<atom:link href="http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/</link>
	<description>Logical Reality Design: Web Design and Software Development</description>
	<lastBuildDate>Tue, 20 Dec 2011 19:03:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Fabien</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-15924</link>
		<dc:creator>Fabien</dc:creator>
		<pubDate>Thu, 09 Sep 2010 07:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-15924</guid>
		<description>@ Evan :
Hi Evan, thanks for your reply. I was just asking CruiseControl to build the project manually. The project is defined by the same lines than in the tutorial on cruise_config.rb :
 project.build_command = &#039;rake ci:run[localhost,root,,ci_convection] --trace RAILS_ENV=test&#039;

It seems that the argument &quot;ci&quot; wasn&#039;t recognized by rake.</description>
		<content:encoded><![CDATA[<p>@ Evan :<br />
Hi Evan, thanks for your reply. I was just asking CruiseControl to build the project manually. The project is defined by the same lines than in the tutorial on cruise_config.rb :<br />
 project.build_command = &#8216;rake ci:run[localhost,root,,ci_convection] &#8211;trace RAILS_ENV=test&#8217;</p>
<p>It seems that the argument &#8220;ci&#8221; wasn&#8217;t recognized by rake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-15911</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-15911</guid>
		<description>@Fabien   What command are you running when you get that error?</description>
		<content:encoded><![CDATA[<p>@Fabien   What command are you running when you get that error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-15910</link>
		<dc:creator>Fabien</dc:creator>
		<pubDate>Wed, 08 Sep 2010 09:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-15910</guid>
		<description>Hi,

Thanks for this tutorial, I try to set-up Convection and it help me a lot !
I still have another problem when trying to set up Convection, the build fail with this error :
&quot;Don&#039;t know how to build task &#039;ci:run&#039;&quot;
followed by about ten lines with :
&quot;/usr/lib/ruby/1.8/rake.rb:1704:in `[]&#039;
/usr/lib/ruby/1.8/rake.rb:2026:in `invoke_task&#039;&quot;

Could you help me to debug that ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this tutorial, I try to set-up Convection and it help me a lot !<br />
I still have another problem when trying to set up Convection, the build fail with this error :<br />
&#8220;Don&#8217;t know how to build task &#8216;ci:run&#8217;&#8221;<br />
followed by about ten lines with :<br />
&#8220;/usr/lib/ruby/1.8/rake.rb:1704:in `[]&#8216;<br />
/usr/lib/ruby/1.8/rake.rb:2026:in `invoke_task&#8217;&#8221;</p>
<p>Could you help me to debug that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-14995</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Wed, 07 Jul 2010 17:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-14995</guid>
		<description>@Rudth Mael  -- unfortunately, any number of things could be wrong if email alerts are not being sent.   If you have correctly set up your notification email addresses as in step 8, the first thing I would do is look in the logs for cruise control and try to see if/when it is trying to send emails and whether any errors are generated.</description>
		<content:encoded><![CDATA[<p>@Rudth Mael  &#8212; unfortunately, any number of things could be wrong if email alerts are not being sent.   If you have correctly set up your notification email addresses as in step 8, the first thing I would do is look in the logs for cruise control and try to see if/when it is trying to send emails and whether any errors are generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudth Mael</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-14989</link>
		<dc:creator>Rudth Mael</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-14989</guid>
		<description>Hi,

Nice tutorial !
I found out the CI does not alert when a test fails.
How do you fix that ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice tutorial !<br />
I found out the CI does not alert when a test fails.<br />
How do you fix that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LRBlog &#187; Blog Archive &#187; Convection: self-hosted secure file exchange in Rails</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-14435</link>
		<dc:creator>LRBlog &#187; Blog Archive &#187; Convection: self-hosted secure file exchange in Rails</dc:creator>
		<pubDate>Wed, 09 Jun 2010 02:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-14435</guid>
		<description>[...] up a server yourself, there are plenty of guides to deploying Rails on the web. Much of our own guide to deploying CruiseControl.rb can be used to set up any Rails application on Slicehost or any other Ubuntu Linux hosting [...]</description>
		<content:encoded><![CDATA[<p>[...] up a server yourself, there are plenty of guides to deploying Rails on the web. Much of our own guide to deploying CruiseControl.rb can be used to set up any Rails application on Slicehost or any other Ubuntu Linux hosting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim Helal</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-13575</link>
		<dc:creator>Karim Helal</dc:creator>
		<pubDate>Tue, 27 Apr 2010 19:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-13575</guid>
		<description>Hi Evan,

Thx for fast reply. No unfortunately i haven&#039;t found a fix yet and it&#039;s driving me maaaaad. Until I can get this to work I can&#039;t get any of the CI servers to work properly on ubuntu :(</description>
		<content:encoded><![CDATA[<p>Hi Evan,</p>
<p>Thx for fast reply. No unfortunately i haven&#8217;t found a fix yet and it&#8217;s driving me maaaaad. Until I can get this to work I can&#8217;t get any of the CI servers to work properly on ubuntu <img src='http://blog.lrdesign.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-13567</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-13567</guid>
		<description>Karim,

No, I didn&#039;t personally run into that, but I was using a passwordless ssh key at the time, so it wouldn&#039;t have affected me.  Did you find a fix?</description>
		<content:encoded><![CDATA[<p>Karim,</p>
<p>No, I didn&#8217;t personally run into that, but I was using a passwordless ssh key at the time, so it wouldn&#8217;t have affected me.  Did you find a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim Helal</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-13566</link>
		<dc:creator>Karim Helal</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-13566</guid>
		<description>Hi

Thanks for a great tutorial! It actually worked pretty well, except for one small thing. When cc tried to connect to github to clone the repository, it fails because the ssh password is not being saved automatically in 9.10 (seems to be a known bug http://blog.mfabrik.com/2010/04/09/could-not-open-a-connection-to-your-authentication-agent-on-ubuntu-9-10-linux/).

Did you face the same problem?

Thx.

.K</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for a great tutorial! It actually worked pretty well, except for one small thing. When cc tried to connect to github to clone the repository, it fails because the ssh password is not being saved automatically in 9.10 (seems to be a known bug <a href="http://blog.mfabrik.com/2010/04/09/could-not-open-a-connection-to-your-authentication-agent-on-ubuntu-9-10-linux/" rel="nofollow">http://blog.mfabrik.com/2010/04/09/could-not-open-a-connection-to-your-authentication-agent-on-ubuntu-9-10-linux/</a>).</p>
<p>Did you face the same problem?</p>
<p>Thx.</p>
<p>.K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim Helal</title>
		<link>http://blog.lrdesign.com/2010/02/howto-setting-up-cruisecontrol-rb-on-slicehost/comment-page-1/#comment-13565</link>
		<dc:creator>Karim Helal</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lrdesign.com/?p=90#comment-13565</guid>
		<description>Hi

Thanks for a great tutorial! It actually worked pretty well, except for one small thing. When cc tried to connect to github to clone the repository, it fails because the ssh password is not being saved automatically in 9.10 (seems to be a known bug).

Did you face the same problem?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for a great tutorial! It actually worked pretty well, except for one small thing. When cc tried to connect to github to clone the repository, it fails because the ssh password is not being saved automatically in 9.10 (seems to be a known bug).</p>
<p>Did you face the same problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

