<?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: MacRuby Nightlies</title>
	<atom:link href="http://www.icoretech.org/2009/09/macruby-nightlies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icoretech.org/2009/09/macruby-nightlies/</link>
	<description>Just a placeholder</description>
	<lastBuildDate>Sun, 08 Aug 2010 20:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: kain</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-491</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Thu, 26 Nov 2009 03:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-491</guid>
		<description>cool, thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>cool, thanks for sharing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest Prabhakar</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-490</link>
		<dc:creator>Ernest Prabhakar</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-490</guid>
		<description>Here&#039;s a small script that does the auto-install:

&lt;pre lang=&quot;bash&quot;&gt;
URL=http://macruby.icoretech.org/latest
PKG=macruby_nightly-latest.pkg
DOWNLOAD_DIR=~/Downloads
DESTROOT=/

cd ${DOWNLOAD_DIR}
rm -f ${PKG}
echo &quot;Downloading ${URL}/${PKG} into ${DOWNLOAD_DIR}&quot;
curl -O ${URL}/${PKG}
sudo installer -pkg ${PKG}  -target ${DESTROOT}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a small script that does the auto-install:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">URL</span>=http:<span style="color: #000000; font-weight: bold;">//</span>macruby.icoretech.org<span style="color: #000000; font-weight: bold;">/</span>latest
<span style="color: #007800;">PKG</span>=macruby_nightly-latest.pkg
<span style="color: #007800;">DOWNLOAD_DIR</span>=~<span style="color: #000000; font-weight: bold;">/</span>Downloads
<span style="color: #007800;">DESTROOT</span>=<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #800000;">${DOWNLOAD_DIR}</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-f</span> <span style="color: #800000;">${PKG}</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Downloading <span style="color: #007800;">${URL}</span>/<span style="color: #007800;">${PKG}</span> into <span style="color: #007800;">${DOWNLOAD_DIR}</span>&quot;</span>
curl <span style="color: #660033;">-O</span> <span style="color: #800000;">${URL}</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #800000;">${PKG}</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> installer <span style="color: #660033;">-pkg</span> <span style="color: #800000;">${PKG}</span>  <span style="color: #660033;">-target</span> <span style="color: #800000;">${DESTROOT}</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: ppchun</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-116</link>
		<dc:creator>ppchun</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-116</guid>
		<description>Thanks a lot !!</description>
		<content:encoded><![CDATA[<p>Thanks a lot !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-110</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Wed, 16 Sep 2009 13:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-110</guid>
		<description>&lt;a href=&quot;#comment-100&quot; rel=&quot;nofollow&quot;&gt;@Jim Lindley &lt;/a&gt; 
you should be able to do now
&lt;pre lang=&quot;text&quot;&gt;curl -O http://macruby.icoretech.org/latest&lt;/pre&gt;
I modified the code to make /latest actually download the file directly without redirecting to another action.</description>
		<content:encoded><![CDATA[<p><a href="#comment-100" rel="nofollow">@Jim Lindley </a><br />
you should be able to do now</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">curl -O http://macruby.icoretech.org/latest</pre></div></div>

<p>I modified the code to make /latest actually download the file directly without redirecting to another action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaigouk</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-108</link>
		<dc:creator>jaigouk</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-108</guid>
		<description>Thanks for this!</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Lindley</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-100</link>
		<dc:creator>Jim Lindley</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-100</guid>
		<description>Thanks ... sorry I missed it.</description>
		<content:encoded><![CDATA[<p>Thanks &#8230; sorry I missed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-99</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-99</guid>
		<description>hi there, the latest package url is already implemented, check out http://macruby.icoretech.org/latest :)

btw I see your point, I might implement a symlink soonish.</description>
		<content:encoded><![CDATA[<p>hi there, the latest package url is already implemented, check out <a href="http://macruby.icoretech.org/latest" rel="nofollow">http://macruby.icoretech.org/latest</a> :)</p>
<p>btw I see your point, I might implement a symlink soonish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Lindley</title>
		<link>http://www.icoretech.org/2009/09/macruby-nightlies/comment-page-1/#comment-98</link>
		<dc:creator>Jim Lindley</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=395#comment-98</guid>
		<description>Hey - this is great. One thing though, the maintainer of rvm, Wayne Seguin, ( http://rvm.beginrescueend.com/ ) is my co-worker, and I&#039;ve been bugging him to add macruby support. He said he&#039;ll add it once nightly builds are up.

If you set up a url that always hits the latest successful build, something like:

http://macruby.icoretech.org/download/macruby-latest.pkg

He can have a way to always know where to grab it from.

Thanks, awesome service to the community, hope you don&#039;t mind my request :)</description>
		<content:encoded><![CDATA[<p>Hey &#8211; this is great. One thing though, the maintainer of rvm, Wayne Seguin, ( <a href="http://rvm.beginrescueend.com/" rel="nofollow">http://rvm.beginrescueend.com/</a> ) is my co-worker, and I&#8217;ve been bugging him to add macruby support. He said he&#8217;ll add it once nightly builds are up.</p>
<p>If you set up a url that always hits the latest successful build, something like:</p>
<p><a href="http://macruby.icoretech.org/download/macruby-latest.pkg" rel="nofollow">http://macruby.icoretech.org/download/macruby-latest.pkg</a></p>
<p>He can have a way to always know where to grab it from.</p>
<p>Thanks, awesome service to the community, hope you don&#8217;t mind my request :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
