<?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: Chromium Mac Build Bot Updater Script</title>
	<atom:link href="http://chealion.ca/2009/05/chromium-build-bot-updater-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/</link>
	<description>polluting the internet since tomorrow</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:57:03 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Micheal</title>
		<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/comment-page-1/#comment-118</link>
		<dc:creator>Micheal</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://chealion.ca/?p=238#comment-118</guid>
		<description>&lt;p&gt;To be honest I never consider adding the check because I wanted something quick and dirty that would work (and assumed that anyone looking for it would know when to run it as well). I&#039;ll add it to the blog post here and the git repository for any future users as sanity checks are a good thing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To be honest I never consider adding the check because I wanted something quick and dirty that would work (and assumed that anyone looking for it would know when to run it as well). I&#8217;ll add it to the blog post here and the git repository for any future users as sanity checks are a good thing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Crow</title>
		<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/comment-page-1/#comment-117</link>
		<dc:creator>Basil Crow</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://chealion.ca/?p=238#comment-117</guid>
		<description>&lt;p&gt;You might want to check if Chromium is running before extracting and installing the update, like so:&lt;/p&gt;

&lt;p&gt;running=&quot;$(ps aux &#124; grep -v grep &#124; grep Chromium)&quot;
if [ -n &quot;$running&quot; ] ; then
    echo &#039;Chromium is currently running. Please quit Chromium before running the updater.&#039;
    exit
fi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You might want to check if Chromium is running before extracting and installing the update, like so:</p>

<p>running=&#8221;$(ps aux | grep -v grep | grep Chromium)&#8221;
if [ -n &#8220;$running&#8221; ]&#160;; then
    echo &#8216;Chromium is currently running. Please quit Chromium before running the updater.&#8217;
    exit
fi</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/comment-page-1/#comment-111</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://chealion.ca/?p=238#comment-111</guid>
		<description>&lt;p&gt;Just so you know...this still works! If only I had discovered this back in May. I too have been &quot;stupidly&quot; using Chromium far before it was even remotely stable like it is these days!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just so you know&#8230;this still works! If only I had discovered this back in May. I too have been &#8220;stupidly&#8221; using Chromium far before it was even remotely stable like it is these days!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jr0</title>
		<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/comment-page-1/#comment-61</link>
		<dc:creator>jr0</dc:creator>
		<pubDate>Sun, 31 May 2009 09:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://chealion.ca/?p=238#comment-61</guid>
		<description>&lt;p&gt;To one &#039;stupid&#039; geek from an even &#039;stupider&#039; one - Thanks! Just what I needed!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To one &#8216;stupid&#8217; geek from an even &#8216;stupider&#8217; one - Thanks! Just what I needed!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: deltaiscain</title>
		<link>http://chealion.ca/2009/05/chromium-build-bot-updater-script/comment-page-1/#comment-60</link>
		<dc:creator>deltaiscain</dc:creator>
		<pubDate>Fri, 29 May 2009 16:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://chealion.ca/?p=238#comment-60</guid>
		<description>&lt;p&gt;Thanks!!! Very handy!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!!! Very handy!</p>]]></content:encoded>
	</item>
</channel>
</rss>
