<?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: Are Temp Files Slowing Your Builds Down?</title>
	<atom:link href="http://www.alittlemadness.com/2009/11/24/are-temp-files-slowing-your-builds-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com/2009/11/24/are-temp-files-slowing-your-builds-down/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Mon, 06 Sep 2010 17:31:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.alittlemadness.com/2009/11/24/are-temp-files-slowing-your-builds-down/comment-page-1/#comment-194734</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=409#comment-194734</guid>
		<description>Hi Rohan,

That&#039;s a neat idea: piggy-back on Pulse&#039;s default cleanup to blow away the temp files when the build completes.  I might give that a go -- then we could also add warnings to our builds if stray junk is found in those directories.</description>
		<content:encoded><![CDATA[<p>Hi Rohan,</p>
<p>That&#8217;s a neat idea: piggy-back on Pulse&#8217;s default cleanup to blow away the temp files when the build completes.  I might give that a go &#8212; then we could also add warnings to our builds if stray junk is found in those directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan</title>
		<link>http://www.alittlemadness.com/2009/11/24/are-temp-files-slowing-your-builds-down/comment-page-1/#comment-194666</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=409#comment-194666</guid>
		<description>At the beginning of every build I create a &quot;_tmp&quot; directory under the Pulse base dir and set TMP, TMPDIR, TEMP and TEMPDIR to point to that.  With &quot;clean checkout&quot; or &quot;clean update&quot;, all the temp files will be deleted at the end of a build... that fixes almost all the problems I&#039;ve seen so far with temporary files not being cleaned up.

The remaining problems are tools that hardcode temp dir paths, and tools that are so broken they can fill up an entire temp dir within the time of a single build!</description>
		<content:encoded><![CDATA[<p>At the beginning of every build I create a &#8220;_tmp&#8221; directory under the Pulse base dir and set TMP, TMPDIR, TEMP and TEMPDIR to point to that.  With &#8220;clean checkout&#8221; or &#8220;clean update&#8221;, all the temp files will be deleted at the end of a build&#8230; that fixes almost all the problems I&#8217;ve seen so far with temporary files not being cleaned up.</p>
<p>The remaining problems are tools that hardcode temp dir paths, and tools that are so broken they can fill up an entire temp dir within the time of a single build!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
