<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>kshakya &#124; UCOSP: Pony-Build</title>
	<atom:link href="http://kshakyaz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kshakyaz.wordpress.com</link>
	<description>Khushboo Shakya</description>
	<lastBuildDate>Mon, 29 Mar 2010 01:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kshakyaz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>kshakya &#124; UCOSP: Pony-Build</title>
		<link>http://kshakyaz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kshakyaz.wordpress.com/osd.xml" title="kshakya &#124; UCOSP: Pony-Build" />
	<atom:link rel='hub' href='http://kshakyaz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Branch problems with build-nose script</title>
		<link>http://kshakyaz.wordpress.com/2010/03/28/branch-problems-with-build-nose-script/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/28/branch-problems-with-build-nose-script/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 01:02:17 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=76</guid>
		<description><![CDATA[It seems that my build-script is still in the old master branch of which Titus has no access and is incompatible with his branch. So he suggested me to create a new branch and add the file to it. But during this process, I came across many problems. When I try to push, I get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=76&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems that my build-script is still in the old master branch of which Titus has no access and is incompatible with his branch. So he suggested me to create a new branch and add the file to it. But during this process, I came across many problems.</p>
<p>When I try to push, I get a non fast forward error.</p>
<div id="_mcePaste"><em>Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (master)</em></div>
<div id="_mcePaste"><em>$ git push git@github.com:kshakya/pony-build.git</em></div>
<div id="_mcePaste"><em>To git@github.com:kshakya/pony-build.git</em></div>
<div id="_mcePaste"><em>! [rejected]        master -&gt; master (non-fast forward)</em></div>
<div id="_mcePaste"><em>error: failed to push some refs to &#8216;git@github.com:kshakya/pony-build.git&#8217;</em></div>
<div id="_mcePaste"><em>To prevent you from losing history, non-fast-forward updates were rejected</em></div>
<div id="_mcePaste"><em>Merge the remote changes before pushing again.  See the &#8216;non-fast forward&#8217;</em></div>
<div id="_mcePaste"><em>section of &#8216;git push &#8211;help&#8217; for details.</em></div>
<p>
To remove this error, I tried to pull from Titus&#8217;s repository which told me that everything was up to date which should not have happened.</p>
<p><span style="font-family:arial, sans-serif;line-height:normal;border-collapse:collapse;"> </span></p>
<div><em>Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (master)</em></div>
<div><em>$ git pull git://</em><a style="color:#0000cc;" href="http://github.com/ctb/pony-build.git" target="_blank"><em>github.com/ctb/pony-build.git</em></a><em> master</em></div>
<div><em>From git://</em><a style="color:#0000cc;" href="http://github.com/ctb/pony-build" target="_blank"><em>github.com/ctb/pony-build</em></a></div>
<div><em> * branch            master     -&gt; FETCH_HEAD</em></div>
<div><em>Already up-to-date.</em></div>
<p></p>
<div>So, I did the following:</div>
<div><em> git fetch git://</em><a style="color:#0000cc;" href="http://github.com/ctb/pony-build.git" target="_blank"><em>github.com/ctb/pony-build.git</em></a><em> master:titus<br />
git checkout titus<br />
</em><br />
I found out that &#8216;git pull&#8217; does a merge, while &#8216;get fetch&#8217; does a complete replace.  After this, I was able to do a regular push.</div>
<p></p>
<div>I also saw two files <strong>:<span style="font-weight:normal;">build-nose~HEAD and build-nose~HEAD_0. I am not sure what it means.</span></strong></div>
<div><strong><span style="font-weight:normal;"></p>
<div>
<div>
<div><em>Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (master)</em></div>
<div><em>$ ls</em></div>
<div><em>build-coverage     build-mechanize.py  build-pygr       test-git</em></div>
<div><em>build-cpython      build-nose          build-pygr-exp   test-virtualenv</em></div>
<div><em>build-cpython-win  build-nose.py       build-quixote    test_client</em></div>
<div><em>build-cpython3     <strong>build-nose~HEAD</strong> build-twill      upload-example</em></div>
<div><em>build-distutils2   <strong>build-nose~HEAD_0 </strong> build-zope</em></div>
<div><em>build-example      build-pb-env        pony_client.py</em></div>
<div><em>build-figleaf      build-pony-build    pony_client.pyc</em></div>
</div>
<p></p>
<div>I also see that I have two heads.</div>
<div>
<div><em>Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (master)</em></div>
<div><em>$ git show-ref master</em></div>
<div><em>35c119b3aa23ad2c467cc5aeb46728d39eefc680 refs/heads/master</em></div>
<div><em>6a7507a9e96dd884086c250a22976d393397ac86 refs/remotes/origin/master</em></div>
</div>
</div>
<p></span></strong></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=76&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/28/branch-problems-with-build-nose-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>UCOSP blog update!</title>
		<link>http://kshakyaz.wordpress.com/2010/03/26/ucosp-blog-update-2/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/26/ucosp-blog-update-2/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 00:48:02 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=74</guid>
		<description><![CDATA[Here is the link to this week&#8217;s UCOSP blog update: http://ucosp.wordpress.com/2010/03/26/this-week-in-pony-build/ Thanks!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=74&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the link to this week&#8217;s UCOSP blog update:</p>
<p><a href="http://ucosp.wordpress.com/2010/03/26/this-week-in-pony-build/" target="_blank">http://ucosp.wordpress.com/2010/03/26/this-week-in-pony-build/</a></p>
<p>Thanks!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=74&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/26/ucosp-blog-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>This week on mechanize</title>
		<link>http://kshakyaz.wordpress.com/2010/03/22/this-week-on-mechanize/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/22/this-week-on-mechanize/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:06:31 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=70</guid>
		<description><![CDATA[This week, I came across small and big stuffs.  I remove the nose_problem6 branch which worked easily this time. git push git@github.com:kshakya/pony-build.git :nose_problem6 Last week&#8217;s problem is still there. I found out what the problem is from last week&#8217;s conference call. After the pony_client was refactored, the cache_dir is never called or checked. This needs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=70&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week, I came across small and big stuffs.  I remove the nose_problem6 branch which worked easily this time.</p>
<p>git push git@github.com:kshakya/pony-build.git :nose_problem6</p>
<p>Last week&#8217;s problem is still there. I found out what the problem is from last week&#8217;s conference call. After the pony_client was refactored, the cache_dir is never called or checked. This needs to be included in the code.</p>
<p>One quick fix for time being was to create a directory</p>
<p>os.mkdir(os.path.expanduser(&#8216;~/.pony-build&#8217;))</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=70&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/22/this-week-on-mechanize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>More on mechanize..</title>
		<link>http://kshakyaz.wordpress.com/2010/03/14/more-on-mechanize/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/14/more-on-mechanize/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 05:21:13 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=68</guid>
		<description><![CDATA[I haven&#8217;t able to do much this week either. But here is what I did so far. I removed all the extra branches from my repository and fetched from Titus&#8217;s master branch in order to pull the fresh code from Titus branch. It tells me that it is up-to- date which I don&#8217;t think so. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=68&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t able to do much this week either. But here is what I did so far. I removed all the extra branches from my repository and fetched from Titus&#8217;s master branch in order to pull the fresh code from Titus branch. It tells me that it is up-to- date which I don&#8217;t think so. Also when I try running it, it tells me that a file &#8220;.pony-build&#8221; is missing. After talking to Titus, I found out that it is a directory that has all the cached copies of various source code repos that I am building. It is suppose to be created automatically by pony-client but in my case, I don&#8217;t see it anywhere. So it seems like it is a bug. More on this soon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=68&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/14/more-on-mechanize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>UCOSP blog update</title>
		<link>http://kshakyaz.wordpress.com/2010/03/13/ucosp-blog-update/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/13/ucosp-blog-update/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:59:07 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=66</guid>
		<description><![CDATA[Here is the link to the blog update. http://ucosp.wordpress.com/2010/03/13/pony-build-spring-break-update/ Thanks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=66&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the link to the blog update.</p>
<p><a href="http://ucosp.wordpress.com/2010/03/13/pony-build-spring-break-update/">http://ucosp.wordpress.com/2010/03/13/pony-build-spring-break-update/</a></p>
<p>Thanks</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=66&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/13/ucosp-blog-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Problems with Mechanize</title>
		<link>http://kshakyaz.wordpress.com/2010/03/07/problems-with-mechanize/</link>
		<comments>http://kshakyaz.wordpress.com/2010/03/07/problems-with-mechanize/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:32:10 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=61</guid>
		<description><![CDATA[Last time I ran into a windows error where it was not finding the subprocess.py file. I came to know that I didn&#8217;t have a updated version of pony-client file. So I pulled it but came across other problems. So to avoid all these problems and ust to get my code running, I copied the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=61&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last time I ran into a windows error where it was not finding the subprocess.py file. I came to know that I didn&#8217;t have a updated version of pony-client file. So I pulled it but came across other problems. So to avoid all these problems and ust to get my code running, I copied the updated pony-client from Titus&#8217;s repo and tried running it. Now I have other problems:</p>
<div id="_mcePaste"><em>Khushboo@KHUSHBOO-PC ~/Desktop/pony-build1/client (testbranch)</em></div>
<div id="_mcePaste"><em>$ python build-mechanize.py</em></div>
<div id="_mcePaste"><em>running: checkout (setup)</em></div>
<div id="_mcePaste"><em>Traceback (most recent call last):</em></div>
<div id="_mcePaste"><em>File &#8220;build-mechanize.py&#8221;, line 33, in &lt;module&gt;</em></div>
<div id="_mcePaste"><em>results = do(name, commands, context=context)</em></div>
<div id="_mcePaste"><em>File &#8220;C:\Users\Khushboo\Desktop\pony-build1\client\pony_client.py&#8221;, line 755,</em></div>
<div id="_mcePaste"><em>in do</em></div>
<div id="_mcePaste"><em>c.run(context)</em></div>
<div id="_mcePaste"><em>File &#8220;C:\Users\Khushboo\Desktop\pony-build1\client\pony_client.py&#8221;, line 451,</em></div>
<div id="_mcePaste"><em>in run</em></div>
<div id="_mcePaste"><em>os.chdir(cache_dir)</em></div>
<div id="_mcePaste"><em>WindowsError: [Error 2] The system cannot find the file specified: &#8216;c:/Users/Khu</em></div>
<div id="_mcePaste"><em>shboo/.pony-build&#8217;</em></div>
<p>I will update on it more later.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=61&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/03/07/problems-with-mechanize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with mechanize.</title>
		<link>http://kshakyaz.wordpress.com/2010/02/28/working-with-mechanize/</link>
		<comments>http://kshakyaz.wordpress.com/2010/02/28/working-with-mechanize/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:27:27 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=57</guid>
		<description><![CDATA[For my next build script, I chose the mechanize package.  Unlike the previous nose package, mechanize uses the SvnUpdate to checkout source code. So far, everything works fine. The build runs but the test fails. The error that I see has something to do with not being able to find the  subprocess.py file. Here is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=57&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For my next build script, I chose the mechanize package.  Unlike the previous nose package, mechanize uses the SvnUpdate to checkout source code. So far, everything works fine. The build runs but the test fails. The error that I see has something to do with not being able to find the  subprocess.py file. Here is the error that I get:</p>
<p><em>Traceback (most recent call last):   File &#8220;C:\Users\Khushboo\Desktop\pony-build1\client\pony_client.py&#8221;, line 82, in _run_command     p = subprocess.Popen(command_list, cwd=cwd, **default_kwargs)   File &#8220;c:\Python26\lib\subprocess.py&#8221;, line 621, in __init__     errread, errwrite)   File &#8220;c:\Python26\lib\subprocess.py&#8221;, line 830, in _execute_child     startupinfo) WindowsError: [Error 2] The system cannot find the file specified</em></p>
<p>I think one of my team members encountered the same problem. I will probably discuss about this in the meeting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=57&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/02/28/working-with-mechanize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Midway Update</title>
		<link>http://kshakyaz.wordpress.com/2010/02/28/midway-update/</link>
		<comments>http://kshakyaz.wordpress.com/2010/02/28/midway-update/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:42:46 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=55</guid>
		<description><![CDATA[Please read my midway update in the UCOSP blog. Here is the link: http://ucosp.wordpress.com/2010/02/28/midway-update-khushboo-shakya/ Thank you!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=55&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Please read my midway update in the UCOSP blog. Here is the link:</p>
<p><a href="http://ucosp.wordpress.com/2010/02/28/midway-update-khushboo-shakya/">http://ucosp.wordpress.com/2010/02/28/midway-update-khushboo-shakya/</a></p>
<p>Thank you!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=55&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/02/28/midway-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Brush ups and clean ups</title>
		<link>http://kshakyaz.wordpress.com/2010/02/25/brush-ups-and-clean-ups/</link>
		<comments>http://kshakyaz.wordpress.com/2010/02/25/brush-ups-and-clean-ups/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:10:02 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=53</guid>
		<description><![CDATA[Today I made some additional changes. I renamed my file from build-nose.py to just build-nose and also changed line 17 name to just &#8220;nose&#8221;. And finally pushed it back to my  github. Apart from that I removed all the additional branches that I had in github so now its neat and clean and there is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=53&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I made some additional changes. I renamed my file from build-nose.py to just build-nose and also changed line 17 name to just &#8220;nose&#8221;. And finally pushed it back to my  github. Apart from that I removed all the additional branches that I had in github so now its neat and clean and there is more confusion. Thats it so far.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=53&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/02/25/brush-ups-and-clean-ups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
		<item>
		<title>YAY!</title>
		<link>http://kshakyaz.wordpress.com/2010/02/24/yay/</link>
		<comments>http://kshakyaz.wordpress.com/2010/02/24/yay/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:01:21 +0000</pubDate>
		<dc:creator>kshakyaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kshakyaz.wordpress.com/?p=49</guid>
		<description><![CDATA[I finally got my build script for nose package working. There was a lot that happened within this past few days. As I mentioned in my earlier post, I was stuck in an infinite loop of non-fast forward and conflicting merge errors. But with the help of good advisers and dear friends, I got it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=49&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally got my build script for nose package working. There was a lot that happened within this past few days. As I mentioned in my earlier post, I was stuck in an infinite loop of non-fast forward and conflicting merge errors. But with the help of good advisers and dear friends, I got it all sorted out.</p>
<p>First I removed all my pony-build stuff from the current location to a new location and renamed the folder. From the command line, I created a new directory and changed my directory to it.</p>
<p><em>mkdir ponybuild1</em></p>
<p><em>cd ponybuild1</em></p>
<p>Then I cloned everything again from github.</p>
<p><em>git clone git@github.com:kshakya/pony-build.git</em></p>
<p>Now, I have fresh copy from the repo. I then created a new branch in my repo called nose_problem6 since I wasn&#8217;t being able to push anything to the master branch.</p>
<p><em>git checkout -b nose_problem6</em></p>
<p>This command will create the branch and will also switch you to the same branch.  &#8220;<em>checkout&#8221;</em> will change and branch and <em>&#8220;-b&#8221;</em> will create the branch. So after this command you are in the nose_problem6 branch. After this, I did added my file, committed and  and pushed it. Also I made nose_problem6 my default branch in github.</p>
<p><em>git add build-nose.py</em></p>
<p><em>git commit</em></p>
<p><em>git push git@github.com:kshakya/pony-build.git nose_problem6</em></p>
<p>Along with push and pull, I also did some changes in my code. In my build-nose.py file, I changed line 10 from python26 to just python. Now in the pony_client.py file, a lot of changes were done.  A function to create a cache_dir was added. Some lines like line 539 and 545 were commented out. You can view the code here.</p>
<p>http://github.com/kshakya/pony-build/tree/master/client/</p>
<p>Finally I want to thank everyone who helped me get through this directly or indirectly. Max for fixing the HgClone, Titus for being so patient even after my frustrating emails, Rose for being always there and for helping me with the merge  conflicts and Fatima for whom my problems become way to simple after her huge indentation problem&#8230;LOL! And also my sister and my dear friend Dale who who listened to all my frustration <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   [ PS--&gt;As stupid as this last paragraph may seem, I think I have to thank them for being such nice people!!]</p>
<p><em><br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kshakyaz.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kshakyaz.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kshakyaz.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kshakyaz.wordpress.com&amp;blog=11284011&amp;post=49&amp;subd=kshakyaz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kshakyaz.wordpress.com/2010/02/24/yay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6056de3c27ecf840088ad6d9db73b675?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kshakyaz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
